diff options
Diffstat (limited to 'sys/desktop/plasma/default.nix')
-rw-r--r-- | sys/desktop/plasma/default.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/desktop/plasma/default.nix b/sys/desktop/plasma/default.nix deleted file mode 100644 index b17cc50..0000000 --- a/sys/desktop/plasma/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -{pkgs, ...}: { - services.xserver = { - enable = true; - displayManager = { - sddm.enable = true; - defaultSession = "plasmawayland"; - }; - desktopManager.plasma5 = { - enable = true; - }; - }; - environment.plasma5.excludePackages = with pkgs.libsForQt5; [ - kwallet - kwallet-pam - kwalletmanager - ]; -} |