mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
15 lines
272 B
Nix
Executable file
15 lines
272 B
Nix
Executable file
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "Poby";
|
|
email = "87608318+smg1024@users.noreply.github.com";
|
|
};
|
|
init.defaultBranch = "master";
|
|
push = {
|
|
autoSetupRemote = true;
|
|
};
|
|
};
|
|
};
|
|
}
|