summaryrefslogtreecommitdiff
path: root/modules/plasma.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plasma.nix')
-rw-r--r--modules/plasma.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix
index 6fbe589..ea06802 100644
--- a/modules/plasma.nix
+++ b/modules/plasma.nix
@@ -2,4 +2,18 @@
{
services.desktopManager.plasma6.enable = true;
+ environment.plasma6.excludePackages = with pkgs.kdePackages; [
+ plasma-browser-integration
+ konsole
+ elisa
+ ark
+ gwenview
+ okular
+ kate
+ khelpcenter
+ dolphin
+ dolphin-plugins
+ baloo-widgets
+ krdp
+ ];
}