new file: flake.lock
modified: home/git.nix modified: hosts/README.md modified: hosts/virtualbox/README.md modified: hosts/virtualbox/configuration.nix modified: modules/core/users.nix modified: modules/desktop/pkg.nix modified: modules/server/README.md modified: profiles/README.md
This commit is contained in:
12
home/git.nix
12
home/git.nix
@@ -2,12 +2,10 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "luochen570";
|
||||
email = "1160510664@qq.com";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
userName = "luochen570";
|
||||
userEmail = "1160510664@qq.com";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user