[darwin] 在 nix darwin 上跑通了

This commit is contained in:
2026-01-18 16:11:59 +08:00
parent 4a1f41f034
commit bb40ace94d
10 changed files with 203 additions and 59 deletions
+9 -7
View File
@@ -18,17 +18,19 @@
programs.git = {
enable = true;
lfs.enable = true;
userName = "Origami404";
userEmail = "Origami404@foxmail.com";
extraConfig = {
user.signingKey = "5C7FCAFBC961E2E312B47FEC76447D4671CB3CC0";
settings = {
user = {
name = "Origami404";
email = "Origami404@foxmail.com";
signingKey = "5C7FCAFBC961E2E312B47FEC76447D4671CB3CC0";
};
core.autocrlf = "input";
push.autoSetupRemote = true;
pull.rebase = true;
init.defaultBranch = "main";
};
aliases = {
"l" = "log --date-order --graph --pretty=\"format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset\"";
aliases = {
"l" = "log --date-order --graph --pretty=\"format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset\"";
};
};
};
}