12 lines
229 B
Nix
12 lines
229 B
Nix
{ ... } : {
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "AXOLOTsh";
|
|
email = "96595812+AXOLOTsh@users.noreply.github.com";
|
|
};
|
|
init.defaultBranch = "main";
|
|
};
|
|
};
|
|
} |