add zsh integration to direnv

This commit is contained in:
TheWanderingCrow 2025-07-10 09:57:03 -04:00
parent f2a9faa5e4
commit 8a12435b10

View file

@ -3,6 +3,7 @@
direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
};
};
}