Added direnv
This commit is contained in:
parent
b20cc5b47e
commit
98eb00f662
1 changed files with 4 additions and 0 deletions
|
|
@ -168,6 +168,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# direnv
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv.enableZshIntegration = true;
|
||||
|
||||
# The fuzzy finder fzf
|
||||
programs.fzf.enable = true;
|
||||
programs.fzf.enableZshIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue