direnv: store .direnv in ~/.cache
This commit is contained in:
parent
5773d144aa
commit
eb0f2cb733
2 changed files with 11 additions and 0 deletions
|
|
@ -5,4 +5,7 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
programs.git.extraConfig.core.excludesFile = ".envrc";
|
||||
# We can't use .source since hm manages this file too
|
||||
xdg.configFile."direnv/direnvrc".text = builtins.readFile ../../res/direnvrc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue