{ pkgs, ... }: { programs.rofi = { enable = true; location = "center"; cycle = true; theme = "purple"; terminal = "${pkgs.kitty}/bin/kitty"; modes = [ "drun" "ssh" "emoji" "calc" ]; plugins = with pkgs; [ rofi-emoji rofi-calc ]; }; }