dconf to gsettings XDG dir

This commit is contained in:
UGA Innovation Factory
2025-12-08 17:01:43 +00:00
parent 46bbbe1655
commit c4dff8ff7a

View File

@@ -62,6 +62,11 @@
environment.sessionVariables = {
GDK_SCALE = "2";
GDK_DPI_SCALE = "0.5";
# Make GLib / gsettings actually see schemas
XDG_DATA_DIRS =
"/run/current-system/sw/share:"
+ "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}";
};
systemd.user.services."chromium-kiosk" = {