dotfiles/templates/typst/parts/config/pre-commit.nix

8 lines
123 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{
pre-commit.settings.hooks = {
nixfmt.enable = true;
commitizen.enable = true;
statix.enable = true;
};
}