diff --git a/nix/common/home.nix b/nix/common/home.nix index fe34be8..e40ca90 100644 --- a/nix/common/home.nix +++ b/nix/common/home.nix @@ -70,8 +70,6 @@ programs.git = { enable = true; delta.enable = true; - userEmail = "john@bowdre.net"; - userName = "John Bowdre"; extraConfig = { init.defaultBranch = "main"; pull.ff = "only";