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