home-manager/direnv: enable evalutaion cache through nix-direnv

(Forgot to enable nix-direnv all this time. How dumb am I.)
This commit is contained in:
xinyangli 2024-08-25 16:56:38 +08:00
parent 1267f2b4e7
commit e702d503b9
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk

View file

@ -24,6 +24,7 @@ in
direnv = { direnv = {
enable = true; enable = true;
stdlib = changeCacheDir; stdlib = changeCacheDir;
nix-direnv.enable = true;
}; };
}; };
}; };