diff --git a/zsh.nix b/zsh.nix index 3fe7fc4..8af8d9f 100644 --- a/zsh.nix +++ b/zsh.nix @@ -17,6 +17,7 @@ bindkey "''${key[Delete]}" delete-char function command_not_found_handler() { command-not-found $1 } + export $(gnome-keyring-daemon --components=ssh,secrets,pkcs11 --start) alias cat='bat' eval "$(starship init zsh)" '';