zsh: add direnv
This commit is contained in:
@ -169,6 +169,11 @@ in
|
||||
|
||||
broot.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
Reference in New Issue
Block a user