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 = { programs.git = {
enable = true; enable = true;
package = pkgs.gitAndTools.gitFull;
# TODO: Configure your git identity userName = "Wong Ding Feng";
# userName = "Your Name"; userEmail = "dingfengwong@gmail.com";
# userEmail = "your.email@example.com";
extraConfig = { extraConfig = {
# From common.nix # From common.nix
+2
View File
@@ -146,5 +146,7 @@ in {
dfu-programmer dfu-programmer
dua dua
# progs # progs
zstd
]; ];
} }