summaryrefslogtreecommitdiff
path: root/modules/plasma.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-16 16:31:42 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-16 16:31:42 +0530
commit6ba0196a5cc237a263ce0210b920bbd5d38fac0c (patch)
treecd13eefef1e11614e4db54a6f5afcdc4bd87d472 /modules/plasma.nix
parent722467fc40bfb44ee0aee1c6aab804dc36d16851 (diff)
update
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
+ ];
}