{ pkgs, ... }: { programs.rofi = { enable = true; theme = "material"; terminal = "${pkgs.kitty}/bin/kitty"; }; }