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;