15 lines
205 B
Nix
15 lines
205 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "Eclypsed";
|
|
userEmail = "Ec1ypsed@proton.me";
|
|
extraConfig = {
|
|
init = {
|
|
defaultBranch = "main";
|
|
};
|
|
};
|
|
};
|
|
} |