diff --git a/home/shell/direnv.nix b/home/shell/direnv.nix index 67ff211..db12288 100644 --- a/home/shell/direnv.nix +++ b/home/shell/direnv.nix @@ -4,5 +4,8 @@ nix-direnv = { enable = true; }; + config = { + warn_timeout = "1m"; + }; }; }