Compare commits
2 Commits
5dadb6290b
...
28136ad238
| Author | SHA1 | Date | |
|---|---|---|---|
| 28136ad238 | |||
| 1fc666842d |
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user