diff options
Diffstat (limited to '')
-rw-r--r-- | desktop/plasma/default.nix (renamed from desktop/plasma.nix) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/plasma.nix b/desktop/plasma/default.nix index 8a33310..4198029 100644 --- a/desktop/plasma.nix +++ b/desktop/plasma/default.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { services.xserver = { enable = true; displayManager.sddm.enable = true; |