12 lines
206 B
Nix
12 lines
206 B
Nix
{ ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "Rachel Lambda Samuelsson";
|
|
userEmail = "depsterr@protonmail.com";
|
|
extraConfig = {
|
|
init.defaultBranch = "master";
|
|
};
|
|
};
|
|
}
|