diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixfiles/git.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/nixfiles/git.nix b/modules/nixfiles/git.nix index 5f78465..e3659f4 100644 --- a/modules/nixfiles/git.nix +++ b/modules/nixfiles/git.nix @@ -8,8 +8,7 @@ with lib; let cfg = config.nixfiles.modules.git; in { - options.nixfiles.modules.git.enable = - mkEnableOption "Whether to enable Git version control system."; + options.nixfiles.modules.git.enable = mkEnableOption "Git"; config = mkIf cfg.enable { secrets = { |