mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
8 lines
123 B
Nix
8 lines
123 B
Nix
|
|
{
|
||
|
|
pre-commit.settings.hooks = {
|
||
|
|
nixfmt.enable = true;
|
||
|
|
commitizen.enable = true;
|
||
|
|
statix.enable = true;
|
||
|
|
};
|
||
|
|
}
|