拆分 Home Manager 程序配置
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Aloys23";
|
||||
email = "aloys233@gmail.com";
|
||||
};
|
||||
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user