home-manager/gui: Enable rebase on pull for Git
This commit is contained in:
parent
89e39ca2e2
commit
d598507058
@ -173,6 +173,9 @@ in
|
||||
diff-so-fancy.enable = true;
|
||||
userEmail = "jackos1998@gmail.com";
|
||||
userName = "Jack O'Sullivan";
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
};
|
||||
};
|
||||
|
||||
waybar = import ./waybar.nix { inherit lib pkgs config; };
|
||||
|
Loading…
Reference in New Issue
Block a user