xdg data dirs mkForce

This commit is contained in:
UGA Innovation Factory
2025-12-08 17:03:46 +00:00
parent c4dff8ff7a
commit 1ea1e12ac5

View File

@@ -64,7 +64,7 @@
GDK_DPI_SCALE = "0.5";
# Make GLib / gsettings actually see schemas
XDG_DATA_DIRS =
XDG_DATA_DIRS = lib.mkForce
"/run/current-system/sw/share:"
+ "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}";
};