pinwheel: Enable rerere in git

This commit is contained in:
Alexander Heldt
2024-08-30 21:21:42 +02:00
parent 4b6990dd2e
commit 438353deab

View File

@@ -17,6 +17,10 @@ in
includes = [ includes = [
{ path = ./gitconfig; } { path = ./gitconfig; }
]; ];
extraConfig = {
rerere.enable = true;
};
}; };
home.packages = [ pkgs.tig ]; home.packages = [ pkgs.tig ];