diff --git a/hosts/rick/includes/home-manager.nix b/hosts/rick/includes/home-manager.nix index 0f67972..a98c311 100644 --- a/hosts/rick/includes/home-manager.nix +++ b/hosts/rick/includes/home-manager.nix @@ -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 '';