modify git config for work

This commit is contained in:
Noah Masur
2022-09-09 22:16:45 -04:00
parent 8fe3cffc9f
commit 2986ad06f5
4 changed files with 15 additions and 6 deletions

View File

@ -39,9 +39,10 @@
let
# Global configuration for my systems
globals = {
globals = rec {
user = "noah";
fullName = "Noah Masur";
gitName = fullName;
gitEmail = "7386960+nmasur@users.noreply.github.com";
mailServer = "noahmasur.com";
dotfilesRepo = "https://github.com/nmasur/dotfiles";