Compare commits

...

2 Commits

View File

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