From db3b4c0441baa5171433cbe9ccb6208571cd4fb6 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Tue, 16 Dec 2025 12:56:35 +1000 Subject: [PATCH] Add some git config and work email --- alex/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alex/home.nix b/alex/home.nix index 7836538..cb63daf 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -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