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 dd7091b10a
commit 7033407c23

View File

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