11 lines
164 B
Nix
11 lines
164 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
config = {
|
|
warn_timeout = "60s"; # default was 5s
|
|
};
|
|
nix-direnv = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|