feat(home/my): Default to username instead of name for git

This commit is contained in:
punkfairie 2024-11-15 18:30:52 -08:00
parent c4748ddedd
commit d1a9fdb9fd
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -40,7 +40,7 @@ in
git.name = mkOption {
type = with types; str;
default = name;
default = username;
description = "Your git committer name.";
};