default branch
This commit is contained in:
parent
4a0b6303c9
commit
371b873955
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -110,6 +110,7 @@
|
||||||
graph = "log --graph --decorate --pretty=oneline --abbrev-commit";
|
graph = "log --graph --decorate --pretty=oneline --abbrev-commit";
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
init.defaultBranch = "main";
|
||||||
core = {
|
core = {
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
autocrlf = "input";
|
autocrlf = "input";
|
||||||
|
|
Loading…
Reference in a new issue