diff --git a/home/git.nix b/home/git.nix index 34c0c86..1260147 100644 --- a/home/git.nix +++ b/home/git.nix @@ -38,7 +38,7 @@ }; }; extraConfig = { - init.defaultBranch = "master"; # https://srid.ca/unwoke + init.defaultBranch = "master"; # Undo breakage due to https://srid.ca/luxury-belief core.editor = "nvim"; #protocol.keybase.allow = "always"; credential.helper = "store --file ~/.git-credentials";