forked from aylac.top/nixcfg
this repo has no description
1_: { 2 perSystem = _: { 3 pre-commit.settings.hooks = { 4 alejandra.enable = true; 5 deadnix.enable = true; 6 prettier.enable = false; 7 shellcheck.enable = true; 8 9 shfmt = { 10 enable = true; 11 args = ["-i" "2"]; 12 }; 13 14 statix.enable = true; 15 }; 16 }; 17}