From f67f2053c00ca1800444c9d80f22fb9b6d5b24c7 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 20 Oct 2025 09:13:59 -0400 Subject: features: updated git config --- home-manager/features/cli/utils/git.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home-manager/features/cli/utils/git.nix b/home-manager/features/cli/utils/git.nix index b827d7b..3f18d10 100644 --- a/home-manager/features/cli/utils/git.nix +++ b/home-manager/features/cli/utils/git.nix @@ -9,8 +9,10 @@ in { config = lib.mkIf cfg.enable { programs.git = { enable = true; - userEmail = "triethylammonium@pm.me"; - userName = "triethyl"; + user = { + email = "triethylammonium@pm.me"; + name = "triethyl"; + }; }; }; } -- cgit v1.2.3