dotfiles/templates/typst/parts/config/pre-commit.nix
2025-03-09 19:37:13 -05:00

7 lines
123 B
Nix
Executable file

{
pre-commit.settings.hooks = {
nixfmt.enable = true;
commitizen.enable = true;
statix.enable = true;
};
}