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