6 lines
159 B
Nix
6 lines
159 B
Nix
{
|
|
services.desktopManager.plasma6.enable = true;
|
|
environment.sessionVariables.GTK_USE_PORTAL = "1";
|
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
}
|