diff --git a/sw-kiosk.nix b/sw-kiosk.nix index 55b955f..e5ca825 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -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" = {