programs.rofi.modes

Modes to enable. For custom modes see man 5 rofi-script.

Type
list of (string or (submodule))
Default
[ ]
Example
[
  "drun"
  "emoji"
  "ssh"
  {
    name = "whatnot";
    path = lib.getExe pkgs.rofi-whatnot;
  }
]
Declared
<home-manager/modules/programs/rofi.nix>