feat(home/my): Default to username instead of name for git
This commit is contained in:
parent
c4748ddedd
commit
d1a9fdb9fd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in
|
|||
|
||||
git.name = mkOption {
|
||||
type = with types; str;
|
||||
default = name;
|
||||
default = username;
|
||||
description = "Your git committer name.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue