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

This commit is contained in:
2026-03-02 13:38:52 +01:00
parent 49f980496d
commit d8a76e62db

View File

@@ -77,6 +77,8 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
xdg.systemDirs.config = [ "/etc/xdg" ];
home = { home = {
stateVersion = "25.05"; stateVersion = "25.05";
inherit username; inherit username;