Add some git config and work email

This commit is contained in:
Alexander Wainwright
2025-12-16 12:56:35 +10:00
parent 0856c44b30
commit db3b4c0441

View File

@@ -139,7 +139,10 @@
programs.git = {
enable = true;
userName = "Alexander Wainwright";
userEmail = "code@figtree.dev";
userEmail = "alexander.l.wainwright@boeing.com";
extraConfig = {
pull.ff = "only";
};
};
# starship - an customizable prompt for any shell