From 39bee826c32829a20ae52df1e103b863a817f04e Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 11 Apr 2025 17:30:33 +0200 Subject: [PATCH] added trackable git hooks. --- modules/home-manager/git.nix | 1 + 1 file changed, 1 insertion(+) 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;