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 = {
enable = true;
userName = "Frost-Phoenix";
userEmail = "67cyril6767@gmail.com";
userName = "Ahwx";
userEmail = "ahwx@ahwx.org";
extraConfig = {
init.defaultBranch = "main";
init.defaultBranch = "master";
credential.helper = "store";
};
};
# home.packages = [ pkgs.gh pkgs.git-lfs ];
home.packages = [ pkgs.gh pkgs.git-lfs ];
}