Initial commit
This commit is contained in:
12
home/common/git.nix
Normal file
12
home/common/git.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... } : {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "AXOLOTsh";
|
||||
email = "96595812+AXOLOTsh@users.noreply.github.com";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user