Git now uses main as default branch

This commit is contained in:
2026-01-30 20:13:45 +01:00
parent 4357e43848
commit d6fdd37070
2 changed files with 7 additions and 3 deletions

View File

@@ -2,9 +2,12 @@
{
programs.git = {
enable = true;
settings.user = {
name = "Superredstone";
email = "patrickcanal3@gmail.com";
settings = {
user = {
name = "Superredstone";
email = "patrickcanal3@gmail.com";
};
init.defaultBranch = "main";
};
};
}