diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index d0493bc..851be3f 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -48,6 +48,7 @@ userEmail = config.user.git.profile.email; userName = config.user.git.profile.name; extraConfig = { + core.hooksPath = ".githooks"; init.defaultBranch = "main"; push = { autoSetupRemote = true;