mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added rerere enabled
This commit is contained in:
parent
684ee556e0
commit
8e3293c01f
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
userName = "Nickiel12";
|
userName = "Nickiel12";
|
||||||
userEmail = "nicholasyoungsumner@gmail.com";
|
userEmail = "nickiel@nickiel.net";
|
||||||
extraConfig.pull.rebase = true;
|
extraConfig = {
|
||||||
|
pull.rebase = true;
|
||||||
|
rerere.enabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue