From 23e99e51953c2276177e318997c0addb9e0f80bd Mon Sep 17 00:00:00 2001 From: panotaka Date: Sun, 26 Nov 2023 21:47:18 -0400 Subject: [PATCH] Add warn_timeout configuration option --- home/shell/direnv.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; + }; }; }