add hyprland

This commit is contained in:
2025-02-20 14:43:43 +01:00
parent a97fc83f7d
commit 102ef62092
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
./firefox.nix
./gimp.nix
./gnome.nix
./hyprland.nix
./ssh.nix
./thunderbird.nix
./hardware.nix

3
hosts/haze/hyprland.nix Normal file
View File

@@ -0,0 +1,3 @@
{
programs.hyprland.enable = true;
}