From c4dff8ff7a0e77caf947376ecc6788a0126f2b78 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Mon, 8 Dec 2025 17:01:43 +0000 Subject: [PATCH] dconf to gsettings XDG dir --- sw-kiosk.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" = {