updated git users

This commit is contained in:
2025-09-01 12:47:01 -04:00
parent 5d643e0cd1
commit 0956ea6f58
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
userEmail = "Richie@tmmworkshop.com"; userEmail = "DumbPuppy208@gmail.com";
userName = "Richie Cahill"; userName = "Elise Corvidae";
extraConfig = { extraConfig = {
pull.rebase = true; pull.rebase = true;
color.ui = true; color.ui = true;

View File

@@ -1,8 +1,8 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
userEmail = "Richie@tmmworkshop.com"; userEmail = "matthew.michal11@gmail.com";
userName = "Richie Cahill"; userName = "Matthew Michal";
extraConfig = { extraConfig = {
pull.rebase = true; pull.rebase = true;
color.ui = true; color.ui = true;

View File

@@ -59,7 +59,7 @@
"cSpell.enabled": true, "cSpell.enabled": true,
"cSpell.language": "en,en-US", "cSpell.language": "en,en-US",
"cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"], "cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"],
"cSpell.userWords": ["Cahill", "syncthing"], "cSpell.userWords": ["Cahill", "Corvidae", "syncthing"],
// nix // nix
"nix.enableLanguageServer": true, "nix.enableLanguageServer": true,