5 lines
89 B
Nix
5 lines
89 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
# Enable KDE Plasma 6
|
||
|
services.desktopManager.plasma6.enable = true;
|
||
|
}
|