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)