Compare commits

...

2 Commits

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
programs.direnv = {
@@ -6,4 +6,8 @@
enableZshIntegration = true;
nix-direnv.enable = true;
};
home.sessionVariables = {
DIRENV_CACHE = "${config.home.homeDirectory}/.cache/direnv";
};
}