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 = { programs.git = {
enable = true; enable = true;
settings.user = { settings = {
user = {
name = "Superredstone"; name = "Superredstone";
email = "patrickcanal3@gmail.com"; email = "patrickcanal3@gmail.com";
}; };
init.defaultBranch = "main";
};
}; };
} }

View File

@@ -8,6 +8,7 @@
# CLI utils # CLI utils
appimage-run appimage-run
btop btop
bun
busybox busybox
distrobox distrobox
docker docker