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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user