zsh: leverage declarative installs instead of checking for binaries
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
M user/settings/satoshipay.nix → user/settings/satoshipay.nix
@@ -69,6 +69,13 @@ kns = "kubens"; kx = "kubectx"; klot = "kubetail"; }; + initExtra = '' + if [[ -n $commands[helm] ]] + then + autoload _helm + compdef _helm helm + fi + ''; }; accounts.email.accounts.satoshipay = let