feat: add git user.name and user.email
This commit is contained in:
parent
2a625a77b4
commit
6ff1c6d2a3
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
suites = with suites; [ base ];
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
userEmail = "infinidoge@doge-inc.net";
|
||||
userName = "Infinidoge";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord-plugged
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue