{ pkgs, ... }: { packages = with pkgs; [ git ]; git-hooks.hooks = { commitizen.enable = true; }; }