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

Whether to enable imv: a command line image viewer intended for use with tiling window managers.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.imv.package

The imv package to use.

Type: null or package

Default:

pkgs.imv

Declared by:

programs.imv.settings

Configuration options for imv. See imv(5).

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

Default:

{ }

Example:

{
  aliases = {
    x = "close";
  };
  options = {
    background = "ffffff";
  };
}

Declared by: