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

Whether to enable zapzap.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.zapzap.package

The zapzap package to use.

Type: null or package

Default:

pkgs.zapzap

Declared by:

programs.zapzap.settings

Configuration settings for zapzap. All the available options can be found by changing the settings from the GUI and looking at $XDG_CONFIG_HOME/ZapZap/ZapZap.conf.

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

Default:

{ }

Example:

{
  notification = {
    donation_message = true;
  };
  system = {
    scale = 150;
    theme = "dark";
    wayland = true;
  };
  website = {
    open_page = false;
  };
}

Declared by: