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 = {
|
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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
# CLI utils
|
# CLI utils
|
||||||
appimage-run
|
appimage-run
|
||||||
btop
|
btop
|
||||||
|
bun
|
||||||
busybox
|
busybox
|
||||||
distrobox
|
distrobox
|
||||||
docker
|
docker
|
||||||
|
|||||||
Reference in New Issue
Block a user