{ pkgs, ... }: { programs.git-cliff = { enable = true; settings = { trim = true; }; } }