5 lines
145 B
Nix
5 lines
145 B
Nix
# NOTE(starter): This is just a basic enabling of the XFCE windows manager for simplicity
|
|
{
|
|
services.desktopManager.plasma6.enable = true;
|
|
}
|