{
  lib,
  pkgs,
  ...
}: {
  programs.beets.settings.mbsubmit = {
    picard_path = lib.getExe pkgs.picard;
  };
}