Set default scheme for git diverged branches

This commit is contained in:
Evie Litherland-Smith 2023-04-04 18:30:00 +01:00
parent edaf6e5244
commit a71d5eb6a2

View file

@ -33,6 +33,12 @@
programs.git = {
enable = true;
userName = "Evie Litherland-Smith";
delta.enable = true;
extraConfig = {
pull = {
rebase = false;
};
};
};
programs.starship = {
enable = true;