This commit is contained in:
2026-01-06 21:47:06 +08:00
parent 1e3886b888
commit c1d1b12a26
2 changed files with 5 additions and 4 deletions
+3 -4
View File
@@ -8,10 +8,9 @@
}: {
programs.git = {
enable = true;
# TODO: Configure your git identity
# userName = "Your Name";
# userEmail = "your.email@example.com";
package = pkgs.gitAndTools.gitFull;
userName = "Wong Ding Feng";
userEmail = "dingfengwong@gmail.com";
extraConfig = {
# From common.nix
+2
View File
@@ -146,5 +146,7 @@ in {
dfu-programmer
dua
# progs
zstd
];
}