diff options
| l--------- | mut/lf/icons | 2 | ||||
| -rw-r--r-- | profiles/core/home.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mut/lf/icons b/mut/lf/icons index f73fc8a..0895903 120000 --- a/mut/lf/icons +++ b/mut/lf/icons @@ -1 +1 @@ -/nix/store/kqcbl59130957h7vad2yhmcwf8pnxjbs-home-manager-files/.config/lf/icons
\ No newline at end of file +/nix/store/yab9wd0wxx5s54amq6waiz862m405qcz-home-manager-files/.config/lf/icons
\ No newline at end of file diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 56710c8..f3a2500 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -320,6 +320,7 @@ export EDITOR="nvim" export TERMINAL="st" export PATH="''${KREW_ROOT:-$HOME/.krew}/bin:$PATH" + export PASSWORD_STORE_GPG_OPTS='--no-throw-keyids' # Workarounds for completion here... command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init zsh)" |
