Added direnv

This commit is contained in:
Nickiel12 2022-12-09 14:02:37 -08:00
parent 8dbd076581
commit 2d5e87a097

View file

@ -15,6 +15,10 @@ in
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
home = { home = {
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
# paths it should manage. # paths it should manage.