Init
This commit is contained in:
12
home/git/default.nix
Normal file
12
home/git/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Hadi";
|
||||
userEmail = "112569860+anotherhadi@users.noreply.github.com";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
# Automatically track remote branch
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user