Since the bugwarrior service requests the password from the store, it
needs access.
And bugwarrior also calls `task`, however I used a custom version in
`~/.local/bin/` which needs to be in PATH.
export MAILDIR="$HOME/mail"
+# pass
+export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
+
if hash systemctl 2>/dev/null; then
systemctl --user import-environment \
XDG_CACHE_HOME \
XDG_DATA_HOME \
GNUPGHOME \
MAILDIR \
+ PATH \
+ PASSWORD_STORE_DIR \
SSH_AUTH_SOCK
fi
export MPV_HOME="$XDG_CONFIG_HOME/mpv"
export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer"
-# pass
-export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
-
# weechat
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"