{pkgs, ...}: { programs.rofi = { enable = true; package = pkgs.rofi-wayland; cycle = true; font = "FuraMono Nerd Font Mono 13"; location = "center"; # pass = { # enable = true; # stores = [ # "~/passwords" # ]; # }; extraConfig = { modi = "run,ssh,drun,filebrowser"; }; terminal = "${pkgs.kitty}/bin/kitty"; }; }