From 1c6a2788c4851e972a838bdf3dfd95e4d0c47464 Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Tue, 24 Mar 2026 11:03:16 -0700 Subject: [PATCH] defaults/plasma: add all optionalPackages to excludePackages (commented) --- defaults/plasma.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/defaults/plasma.nix b/defaults/plasma.nix index 5224047..9953a81 100644 --- a/defaults/plasma.nix +++ b/defaults/plasma.nix @@ -43,10 +43,27 @@ in # remove plasma6 packages included by default # from optionalPackages defined in nixpkgs/nixos/modules/services/desktop-managers/plasma6.nix environment.plasma6.excludePackages = with pkgs.kdePackages; [ + # aurorae + plasma-browser-integration plasma-workspace-wallpapers + # konsole kwin-x11 + # (lib.getBin qttools) # Expose qdbus in PATH + # ark elisa + # gwenview + # okular + # kate + # ktexteditor # provides elevated actions for kate + # khelpcenter + # dolphin + # baloo-widgets # baloo information in Dolphin + # dolphin-plugins + # spectacle + # ffmpegthumbs krdp + # kconfig # required for xdg-terminal from xdg-utils + # qtbase # for qtpaths which is required for xdg-mime from xdg-utils ]; # use kdeconnect (opens ports)