12 lines
146 B
Nix
12 lines
146 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
nix-direnv = {
|
|
enable = true;
|
|
};
|
|
config = {
|
|
warn_timeout = "1m";
|
|
};
|
|
};
|
|
}
|