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