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 = {
|
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 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue