From a9994194c2052f70aac02c443aaeea97398367ff Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Mon, 8 Dec 2025 17:06:47 +0000 Subject: [PATCH] xdg data dirs mkForce --- sw-kiosk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index 0194d77..741622e 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -64,7 +64,7 @@ GDK_DPI_SCALE = "0.5"; # Make GLib / gsettings actually see schemas - XDG_DATA_DIRS = nixpkgs.lib.mkForce + XDG_DATA_DIRS = inputs.nixpkgs.lib.mkForce "/run/current-system/sw/share:" + "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"; };