programs.git.hooks
Home-Manager option
Configuration helper for Git hooks. See https://git-scm.com/docs/githooks for reference.
type: attribute set of absolute pathDefault
{ }Example
declared in: <home-manager/modules/programs/git.nix>source unavailable{ pre-commit = ./pre-commit-script; }