added(doloro-wsl@host): added direnv (move to modules pls soon todo)

This commit is contained in:
2025-10-16 23:15:01 +00:00
parent 1403ac9377
commit 4cff1ff223
2 changed files with 10 additions and 1 deletions

View File

@@ -100,5 +100,13 @@
# {{{{{ TODO Put in different file
# }}}}}
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs = {
home-manager.enable = true;
direnv = {
enable = true;
# enableBashIntegration = true; # see note on other shells below
enableFishIntegration = true;
nix-direnv.enable = true;
};
};
}