added default branch name

dev-docs
Moritz Böhme 2021-09-29 17:03:48 +02:00
parent 5b0d83a227
commit 90751ed9a8
1 changed files with 2 additions and 4 deletions

View File

@ -6,9 +6,7 @@ let
enable = true;
userName = "MoritzBoehme";
userEmail = "mr.x@moritzboeh.me";
extraConfig = { init.defaultBranch = "main"; };
};
});
in
{
home-manager.users.moritz = { ... }: (base "/home/moritz");
}
in { home-manager.users.moritz = { ... }: (base "/home/moritz"); }