omniflake/home/minimal/git.nix
2026-03-29 14:23:01 +02:00

12 lines
176 B
Nix

{...}:
{
programs.git = {
enable = true;
settings = {
pull.rebase = true;
extraConfig.init.defaultBranch = "main";
};
lfs.enable = true;
};
}