nixos-config/users/rouven/modules/hyprland/default.nix

6 lines
133 B
Nix
Raw Normal View History

2023-01-20 10:46:28 +01:00
{ config, ... }:
{
wayland.windowManager.hyprland.enable = true;
xdg.configFile."hypr/hyprland.conf".source = ./hyprland.conf;
}