Commit 6d27c2ee3084
Changed files (1)
users
vincent
core
users/vincent/core/git.nix
@@ -76,6 +76,9 @@ in
core = {
#editor = "${pkgs.emacs}/bin/emacsclient -t";
};
+ init = {
+ defaultBranch = "main";
+ };
color = {
status = "auto";
diff = "auto";