feat(de): remove hyprland

This commit is contained in:
2026-05-23 15:38:29 +02:00
parent bc8c13d740
commit 89318957b9
10 changed files with 25 additions and 1007 deletions
-1
View File
@@ -15,7 +15,6 @@
./vesktop.nix
./zoxide.nix
]
++ (if currentSystemDe == "hyprland" then [ ./hyprland ] else [ ])
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ])
++ (if currentSystemDe == "niri" then [ ./niri.nix ] else [ ]);