14 lines
209 B
Nix
14 lines
209 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
|
|
extraConfig = {
|
|
push.autoSetupRemote = true;
|
|
init.defaultBranch = "main";
|
|
|
|
pull.rebase = true;
|
|
};
|
|
|
|
delta.catppuccin.enable = true;
|
|
};
|
|
}
|