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.fuzzel.enable

Whether to enable fuzzel.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.fuzzel.package

The fuzzel package to use.

Type: null or package

Default:

pkgs.fuzzel

Declared by:

programs.fuzzel.settings

Configuration for fuzzel written to $XDG_CONFIG_HOME/fuzzel/fuzzel.ini. See fuzzel.ini(5) for a list of available options.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  main = {
    terminal = "${pkgs.foot}/bin/foot";
    layer = "overlay";
  };
  colors.background = "ffffffff";
}

Declared by: