exclude packages from plasma

This commit is contained in:
twoneis 2024-07-01 21:26:46 +02:00
parent 6c1030a0ec
commit e0f3c025fb

View file

@ -1,3 +1,18 @@
{ lib, config, ... }: lib.mkIf (config.withPlasma) { { lib, config, pkgs, ... }: lib.mkIf (config.withPlasma) {
services.desktopManager.plasma6.enable = true; 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
];
} }