From ce0cd5154f095a53936878c4b2fcfe8cc3669fa7 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 2 Nov 2025 22:30:17 +0100 Subject: [PATCH] feat(git): update git settings. --- modules/cross-platform/home-manager/shell.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index 43a0244..ab052eb 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -33,8 +33,12 @@ # Enable git programs.git = { enable = true; - userName = "Crony Akatsuki"; - userEmail = "crony@cronyakatsuki.xyz"; + settings = { + user = { + name = "Crony Akatsuki"; + email = "crony@cronyakatsuki.xyz"; + }; + }; }; # Install fzf