12 lines
176 B
Nix
12 lines
176 B
Nix
{...}:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
pull.rebase = true;
|
|
extraConfig.init.defaultBranch = "main";
|
|
};
|
|
lfs.enable = true;
|
|
};
|
|
}
|