Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.tofi.enable

Whether to enable Tofi, a tiny dynamic menu for Wayland.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.tofi.package

The tofi package to use.

Type: null or package

Default:

pkgs.tofi

Declared by:

programs.tofi.settings

Settings to be written to the Tofi configuration file.

See https://github.com/philj56/tofi/blob/master/doc/config for the full list of options.

Type: attribute set of (string or signed integer or boolean)

Default:

{ }

Example:

{
  background-color = "#000000";
  border-width = 0;
  font = "monospace";
  height = "100%";
  num-results = 5;
  outline-width = 0;
  padding-left = "35%";
  padding-top = "35%";
  result-spacing = 25;
  width = "100%";
}

Declared by: