diff --git a/modules/home/git.nix b/modules/home/git.nix index 14d29c5..fc60996 100644 --- a/modules/home/git.nix +++ b/modules/home/git.nix @@ -3,14 +3,14 @@ programs.git = { enable = true; - userName = "Frost-Phoenix"; - userEmail = "67cyril6767@gmail.com"; + userName = "Ahwx"; + userEmail = "ahwx@ahwx.org"; extraConfig = { - init.defaultBranch = "main"; + init.defaultBranch = "master"; credential.helper = "store"; }; }; - # home.packages = [ pkgs.gh pkgs.git-lfs ]; + home.packages = [ pkgs.gh pkgs.git-lfs ]; }