mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
12 lines
199 B
Nix
12 lines
199 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "lightly-toasted";
|
|
email = "tooast@duck.com";
|
|
};
|
|
init.defaultBranch = "main";
|
|
};
|
|
};
|
|
}
|