3 lines
104 B
Nix
3 lines
104 B
Nix
{ lib, config, ... }: lib.mkIf (config.withPlasma) {
|
|
services.desktopManager.plasma6.enable = true;
|
|
}
|