plasma again (only works in x11)
This commit is contained in:
parent
b2fdc1f970
commit
caa9c6cfc1
4 changed files with 6 additions and 0 deletions
3
modules/plasma/default.nix
Normal file
3
modules/plasma/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ lib, config, ... }: lib.mkIf (config.withPlasma) {
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue