Add kde plasma
This commit is contained in:
parent
ea753db9c4
commit
4a67198a86
1 changed files with 15 additions and 0 deletions
15
hosts/common/optional/desktop/plasma.nix
Normal file
15
hosts/common/optional/desktop/plasma.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue