{ perSystem = {pkgs, ...}: { pre-commit = { check.enable = true; settings = { hooks = {}; }; }; }; }