home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 6d27c2ee30843029a686f3239411b2c96e7f1dc6
parent 031a0a666d51193688f30b4243dc1d68b2003746
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 24 Oct 2022 17:47:53 +0200

users/vincent: init.defaultBranch = main in git

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/core/git.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/users/vincent/core/git.nix b/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";