aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/plasma.nix
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plasma.nix')
-rw-r--r--desktop/plasma.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop/plasma.nix b/desktop/plasma.nix
deleted file mode 100644
index 8a33310..0000000
--- a/desktop/plasma.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- config,
- pkgs,
- ...
-}: {
- services.xserver = {
- enable = true;
- displayManager.sddm.enable = true;
- desktopManager.plasma5 = {
- enable = true;
- excludePackages = with pkgs.libsForQt5; [
- kwallet
- kwallet-pam
- kwalletmanager
- ];
- };
- };
-}