{
  config,
  pkgs,
  ...
}: {
  programs.rofi = {
    enable = true;
    font = "${config.local.fontFamily} 16";
    theme = "solarized";
  };
}