diff options
Diffstat (limited to '')
-rw-r--r-- | modules/common/direnv.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/direnv.nix b/modules/common/direnv.nix index 743f3cf..3429218 100644 --- a/modules/common/direnv.nix +++ b/modules/common/direnv.nix @@ -6,8 +6,7 @@ with lib; let cfg = config.nixfiles.modules.direnv; in { - options.nixfiles.modules.direnv.enable = - mkEnableOption "direnv"; + options.nixfiles.modules.direnv.enable = mkEnableOption "direnv"; config = mkIf cfg.enable { hm = { |