home: add xdg_data_home to session vars

hugin crashes if this is undefined
This commit is contained in:
Antoine Martin 2022-11-27 23:21:09 +01:00
parent a1b8e397d1
commit bfb710a2f5

View file

@ -31,5 +31,6 @@
BROWSER = "firefox"; BROWSER = "firefox";
# FIXME: only set if gpg-agent not in use, otherwise home manager already does that # FIXME: only set if gpg-agent not in use, otherwise home manager already does that
SSH_AUTH_SOCK = "$(${gpgPackage}/bin/gpgconf --list-dirs agent-ssh-socket)"; SSH_AUTH_SOCK = "$(${gpgPackage}/bin/gpgconf --list-dirs agent-ssh-socket)";
XDG_DATA_HOME = "$HOME/.local/share";
}; };
} }