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;
};
};
}

View File

@@ -14,6 +14,7 @@
inputs.nixos-wsl.nixosModules.default
];
# rocmSupport = false;
programs.dconf.enable = true;
networking.dhcpcd.enable = lib.mkOverride 0 false;
boot.loader.grub.enable = lib.mkOverride 0 false;
wsl = {