diff --git a/hosts/haze/default.nix b/hosts/haze/default.nix index 08cf7b7..bc22253 100644 --- a/hosts/haze/default.nix +++ b/hosts/haze/default.nix @@ -14,6 +14,7 @@ ./firefox.nix ./gimp.nix ./gnome.nix + ./hyprland.nix ./ssh.nix ./thunderbird.nix ./hardware.nix diff --git a/hosts/haze/hyprland.nix b/hosts/haze/hyprland.nix new file mode 100644 index 0000000..98dfe35 --- /dev/null +++ b/hosts/haze/hyprland.nix @@ -0,0 +1,3 @@ +{ + programs.hyprland.enable = true; +}