defaults/plasma: add all optionalPackages to excludePackages (commented)
This commit is contained in:
parent
21e04bf11d
commit
1c6a2788c4
1 changed files with 17 additions and 0 deletions
|
|
@ -43,10 +43,27 @@ in
|
||||||
# remove plasma6 packages included by default
|
# remove plasma6 packages included by default
|
||||||
# from optionalPackages defined in nixpkgs/nixos/modules/services/desktop-managers/plasma6.nix
|
# from optionalPackages defined in nixpkgs/nixos/modules/services/desktop-managers/plasma6.nix
|
||||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
# aurorae
|
||||||
|
plasma-browser-integration
|
||||||
plasma-workspace-wallpapers
|
plasma-workspace-wallpapers
|
||||||
|
# konsole
|
||||||
kwin-x11
|
kwin-x11
|
||||||
|
# (lib.getBin qttools) # Expose qdbus in PATH
|
||||||
|
# ark
|
||||||
elisa
|
elisa
|
||||||
|
# gwenview
|
||||||
|
# okular
|
||||||
|
# kate
|
||||||
|
# ktexteditor # provides elevated actions for kate
|
||||||
|
# khelpcenter
|
||||||
|
# dolphin
|
||||||
|
# baloo-widgets # baloo information in Dolphin
|
||||||
|
# dolphin-plugins
|
||||||
|
# spectacle
|
||||||
|
# ffmpegthumbs
|
||||||
krdp
|
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)
|
# use kdeconnect (opens ports)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue