This commit is contained in:
mjallen18
2025-03-19 21:13:18 -05:00
parent ced74a50dc
commit 30ace8874d

View File

@@ -80,13 +80,13 @@ in
plugins = [ "git" ];
theme = "fishy";
};
};
git = {
enable = true;
userName = "mjallen18";
userEmail = "matt.l.jallen@gmail.com";
aliases = gitAliases;
};
git = {
enable = true;
userName = "mjallen18";
userEmail = "matt.l.jallen@gmail.com";
aliases = gitAliases;
};
};
}