mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Git now uses main as default branch
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
# CLI utils
|
||||
appimage-run
|
||||
btop
|
||||
bun
|
||||
busybox
|
||||
distrobox
|
||||
docker
|
||||
|
||||
Reference in New Issue
Block a user