1
0
Fork 0

Added direnv

This commit is contained in:
Jan Grosser 2024-06-14 20:30:16 +02:00
parent b20cc5b47e
commit 98eb00f662

View file

@ -168,6 +168,10 @@
}; };
}; };
# direnv
programs.direnv.enable = true;
programs.direnv.enableZshIntegration = true;
# The fuzzy finder fzf # The fuzzy finder fzf
programs.fzf.enable = true; programs.fzf.enable = true;
programs.fzf.enableZshIntegration = true; programs.fzf.enableZshIntegration = true;