diff --git a/modules/home/programs/git.nix b/modules/home/programs/git.nix index c6f7622..507b5c7 100644 --- a/modules/home/programs/git.nix +++ b/modules/home/programs/git.nix @@ -13,9 +13,13 @@ git = { enable = true; - userName = "SebastianStork"; - userEmail = "sebastian.stork@pm.me"; - extraConfig.init.defaultBranch = "main"; + settings = { + init.defaultBranch = "main"; + user = { + name = "SebastianStork"; + email = "sebastian.stork@pm.me"; + }; + }; signing = { format = "ssh";