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