refactor(de): move gnome config to separate file

This commit is contained in:
2026-04-26 14:55:19 +02:00
parent 252e890242
commit 2a66123a12
3 changed files with 43 additions and 50 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
imports = [
]
++ (if currentSystemDe == "niri" then [ ./niri.nix ] else [ ]);
++ (if currentSystemDe == "niri" then [ ./niri.nix ] else [ ])
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ]);
programs = {
gamescope = {