added default branch name
parent
5b0d83a227
commit
90751ed9a8
|
@ -6,9 +6,7 @@ let
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "MoritzBoehme";
|
userName = "MoritzBoehme";
|
||||||
userEmail = "mr.x@moritzboeh.me";
|
userEmail = "mr.x@moritzboeh.me";
|
||||||
|
extraConfig = { init.defaultBranch = "main"; };
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in
|
in { home-manager.users.moritz = { ... }: (base "/home/moritz"); }
|
||||||
{
|
|
||||||
home-manager.users.moritz = { ... }: (base "/home/moritz");
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue