From 91178162167abbcddcda22f4380466db165cd644 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Tue, 24 Feb 2026 16:50:17 +0800 Subject: [PATCH] enable nix-direnv --- modules/coding/misc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/coding/misc.nix b/modules/coding/misc.nix index 6c79cff..668aafd 100644 --- a/modules/coding/misc.nix +++ b/modules/coding/misc.nix @@ -21,6 +21,7 @@ in ]; programs.direnv = { enable = true; + nix-direnv.enable = true; config = { global = { warn_timeout = 0;