fix: allow ssh-agent to work proprely
This commit is contained in:
parent
24576028cd
commit
8ad0cbac26
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue