diff --git a/home.nix b/home.nix index 174a26c..046cd7c 100644 --- a/home.nix +++ b/home.nix @@ -112,15 +112,6 @@ libchewing ]; - programs.git = { - enable = true; - userName = "tootbrute"; - userEmail = "tootbrute@tutanota.com"; - extraConfig = { - init.defaultBranch = "main"; - }; - }; - # Environment home.sessionVariables = { EDITOR = "nano"; @@ -133,6 +124,9 @@ enable = true; userName = "Tootbrute"; userEmail = "tootbrute@tutamail.com"; + extraConfig = { + init.defaultBranch = "main"; + }; }; # starship - an customizable prompt for any shell