feat(direnv): configure
This commit is contained in:
@@ -17,7 +17,15 @@ lib.my.makeSwitch {
|
|||||||
gnumake
|
gnumake
|
||||||
github-cli # gh
|
github-cli # gh
|
||||||
];
|
];
|
||||||
programs.direnv.enable = true;
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
global = {
|
||||||
|
warn_timeout = 0;
|
||||||
|
hide_env_diff = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
my.persist.homeDirs = [
|
my.persist.homeDirs = [
|
||||||
".local/share/direnv"
|
".local/share/direnv"
|
||||||
|
|||||||
Reference in New Issue
Block a user