{ pkgs, ... }: { programs.rofi = { enable = true; package = pkgs.rofi-wayland; cycle = true; terminal = "foot"; }; }