defaults/plasma: add all optionalPackages to excludePackages (commented)

This commit is contained in:
Elec3137 2026-03-24 11:03:16 -07:00
commit 1c6a2788c4

View file

@ -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)