X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1b34e5bf23e5d5a68632e0d6ab0433472accde7d..b5766e6efe39b6aa6f4b2f7e5afbf55e8f4c8762:/systemd/user.conf diff --git a/systemd/user.conf b/systemd/user.conf new file mode 100644 index 0000000..8f48668 --- /dev/null +++ b/systemd/user.conf @@ -0,0 +1,4 @@ +DefaultEnvironment="XDG_CONFIG_HOME=$HOME/.config" +DefaultEnvironment="XDG_DATA_HOME=$HOME/.local/share" +DefaultEnvironment="XDG_CACHE_HOME=$HOME/.cache" +DefaultEnvironment="SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket"