fix: allow ssh-agent to work proprely

This commit is contained in:
Yorick Barbanneau 2025-02-08 12:13:46 +01:00
parent 24576028cd
commit 8ad0cbac26

View file

@ -1,5 +1,5 @@
_:
{
{
programs.zsh.loginExtra = ''
#notmutch
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
@ -14,6 +14,7 @@ _:
export NO_AT_BRIDGE=1
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
exec ~/.local/bin/sway.sh
fi
'';