10 lines
116 B
Nix
10 lines
116 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
config = [{
|
|
init.defaultBranch = "main";
|
|
}];
|
|
};
|
|
}
|