Add kde plasma

This commit is contained in:
GHOSCHT 2024-01-07 15:41:04 +01:00
parent ea753db9c4
commit 4a67198a86
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
imports = [./global.nix ./x11.nix];
services.xserver.desktopManager.plasma5.enable = true;
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
elisa
gwenview
okular
oxygen
khelpcenter
konsole
plasma-browser-integration
print-manager
];
}