Updated theming

This commit is contained in:
2025-06-24 11:01:30 -03:00
parent 422ca50e45
commit 20977180da
6 changed files with 124 additions and 128 deletions

View File

@@ -1,5 +1,5 @@
# 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;
environment.sessionVariables.GTK_USE_PORTAL = "1";
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}