From 2a35165e2518246a0774f865c818dec04f88bc2b Mon Sep 17 00:00:00 2001 From: gari Date: Sat, 5 Mar 2022 19:37:36 +0100 Subject: [PATCH] add gnome-keyring --- zsh.nix | 1 + 1 file changed, 1 insertion(+) 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)" '';