diff --git a/hosts/opti/home.nix b/hosts/opti/home.nix index 40cfbd5..c43e2a1 100644 --- a/hosts/opti/home.nix +++ b/hosts/opti/home.nix @@ -36,9 +36,13 @@ programs.git = { enable = true; - userName = "Wekuz"; - userEmail = "wekuz@duck.com"; - extraConfig = { init.defaultBranch = "main"; }; + settings = { + user = { + name = "Wekuz"; + email = "wekuz@duck.com"; + }; + init.defaultBranch = "main"; + }; }; programs.zsh = { enable = true; };