added default branch name
parent
5b0d83a227
commit
90751ed9a8
|
@ -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"); }
|
||||
|
|
Loading…
Reference in New Issue