test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -146,5 +146,7 @@ in {
|
|||||||
dfu-programmer
|
dfu-programmer
|
||||||
dua
|
dua
|
||||||
# progs
|
# progs
|
||||||
|
|
||||||
|
zstd
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user