MyNixOS website logo

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

Declarations
Type
list of (string or (submodule))
Default
[ ]
Example
[
  "drun"
  "emoji"
  "ssh"
  {
    name = "whatnot";
    path = lib.getExe pkgs.rofi-whatnot;
  }
]