fix: add /etc/xdg to XDG_CONFIG_DIRS for GNOME session

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent dd7091b10a
commit 7033407c23
+2
View File
@@ -77,6 +77,8 @@ in
nixpkgs.config.allowUnfree = true;
xdg.systemDirs.config = [ "/etc/xdg" ];
home = {
stateVersion = "25.05";
inherit username;