diff --git a/modules/home/options/my/default.nix b/modules/home/options/my/default.nix index 46eb655..3b2f2a3 100644 --- a/modules/home/options/my/default.nix +++ b/modules/home/options/my/default.nix @@ -40,7 +40,7 @@ in git.name = mkOption { type = with types; str; - default = name; + default = username; description = "Your git committer name."; };