mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: set my git information and move to master branch, add gh and git-lfs packages
This commit is contained in:
parent
6d165e59c6
commit
a0fbccbbba
1 changed files with 4 additions and 4 deletions
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue