Files
nix-config/hosts/common/optional/kde.nix
2025-05-12 23:25:39 -03:00

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;
}