mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
10 lines
178 B
Nix
10 lines
178 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "lightly-toasted";
|
|
userEmail = "tooast@duck.com";
|
|
extraConfig = {
|
|
init.defaultBranch = "main";
|
|
};
|
|
};
|
|
}
|