feat: set my git information and move to master branch, add gh and git-lfs packages

This commit is contained in:
Ahwx 2024-06-21 09:46:40 +02:00
parent 6d165e59c6
commit a0fbccbbba

View file

@ -3,14 +3,14 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Frost-Phoenix"; userName = "Ahwx";
userEmail = "67cyril6767@gmail.com"; userEmail = "ahwx@ahwx.org";
extraConfig = { extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "master";
credential.helper = "store"; credential.helper = "store";
}; };
}; };
# home.packages = [ pkgs.gh pkgs.git-lfs ]; home.packages = [ pkgs.gh pkgs.git-lfs ];
} }