xdg data dirs mkForce

This commit is contained in:
UGA Innovation Factory
2025-12-08 17:06:47 +00:00
parent 9136259310
commit a9994194c2

View File

@@ -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}";
};