9 lines
No EOL
122 B
Nix
9 lines
No EOL
122 B
Nix
{ ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
init = { defaultBranch = "main"; };
|
|
};
|
|
};
|
|
} |