mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
refactor(de): move plasma config to separate file
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user