refactor(de): move plasma config to separate file

This commit is contained in:
2026-04-26 14:58:48 +02:00
parent 85d7fbad13
commit 9b3f9ddb77
6 changed files with 22 additions and 66 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
]
++ (if currentSystemDe == "niri" then [ ./niri.nix ] else [ ])
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ]);
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ])
++ (if currentSystemDe == "plasma" then [ ./plasma.nix ] else [ ]);
programs = {
gamescope = {