feat: add git user.name and user.email

This commit is contained in:
Infinidoge 2021-09-26 00:16:22 -04:00
parent 2a625a77b4
commit 6ff1c6d2a3

View file

@ -8,6 +8,11 @@
suites = with suites; [ base ]; suites = with suites; [ base ];
}; };
programs.git = {
userEmail = "infinidoge@doge-inc.net";
userName = "Infinidoge";
};
home.packages = with pkgs; [ home.packages = with pkgs; [
discord-plugged discord-plugged