home: add xdg_data_home to session vars
hugin crashes if this is undefined
This commit is contained in:
parent
a1b8e397d1
commit
bfb710a2f5
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue