From e27097fb34f80b9eb65bd5b96644e64f35cf132c Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Wed, 10 Dec 2025 13:18:27 +0700 Subject: [PATCH] feat: add nix-direnv --- modules/home/devtools/direnv.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/devtools/direnv.nix b/modules/home/devtools/direnv.nix index 5d27664..58b8895 100644 --- a/modules/home/devtools/direnv.nix +++ b/modules/home/devtools/direnv.nix @@ -7,7 +7,8 @@ in { enable = mkOption { type = types.bool; default = false; - description = "Enable direnv with nix-direnv for automatic devshell activation."; + description = + "Enable direnv with nix-direnv for automatic devshell activation."; }; silent = mkOption { type = types.bool;