exclude packages from plasma
This commit is contained in:
parent
6c1030a0ec
commit
e0f3c025fb
1 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,18 @@
|
|||
{ lib, config, ... }: lib.mkIf (config.withPlasma) {
|
||||
{ lib, config, pkgs, ... }: lib.mkIf (config.withPlasma) {
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
environment.plasma6.excludePackages = with pkgs; [
|
||||
plasma-browser-integration
|
||||
konsole
|
||||
ark
|
||||
elisa
|
||||
gwenview
|
||||
okular
|
||||
kate
|
||||
khelpcenter
|
||||
print-manager
|
||||
dolphin
|
||||
dolphin-plugins
|
||||
spectacle
|
||||
ffmpegthumbs
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue