From 013112f69264b04a71233fd4355c8c850aea0e84 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 23 Jul 2023 16:16:55 -0500 Subject: [PATCH] minor cleanup --- nix/common/home.nix | 2 -- 1 file changed, 2 deletions(-) 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";