summary refs log tree commit diff stats
path: root/desktop/plasma
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plasma')
-rw-r--r--desktop/plasma/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/desktop/plasma/default.nix b/desktop/plasma/default.nix
deleted file mode 100644
index 4198029..0000000
--- a/desktop/plasma/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{pkgs, ...}: {
-  services.xserver = {
-    enable = true;
-    displayManager.sddm.enable = true;
-    desktopManager.plasma5 = {
-      enable = true;
-      excludePackages = with pkgs.libsForQt5; [
-        kwallet
-        kwallet-pam
-        kwalletmanager
-      ];
-    };
-  };
-}