zsh: add direnv

This commit is contained in:
Jordan Holt 2025-02-15 12:15:56 +00:00
parent 6659b3ff15
commit cff13d6090
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -169,6 +169,11 @@ in
broot.enable = true;
direnv = {
enable = true;
nix-direnv.enable = true;
};
fzf = {
enable = true;
enableZshIntegration = true;