6 lines
No EOL
169 B
Nix
6 lines
No EOL
169 B
Nix
{ lib, config, ... }: {
|
|
services = lib.mkIf config.device.de.kdePlasma.enable {
|
|
desktopManager.plasma6.enable = true;
|
|
xserver.enable = true;
|
|
};
|
|
} |