nixos/core: enable verbose commit for git

This commit is contained in:
Wroclaw 2024-10-27 20:05:03 +01:00
parent da09435c32
commit c9c80b8941

View file

@ -62,6 +62,7 @@ in
programs.git.enable = true;
programs.git.config = {
commit.verbose = true;
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
rerere.enabled = true;