{ config, pkgs, ... }:
{
programs.rofi = {
enable = true;
font = "Berkeley Mono 16";
theme = "solarized";
};
}