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

services.avizo.enable

Whether to enable avizo, a simple notification daemon.

Type: boolean

Default:

false

Example:

true

Declared by:

services.avizo.package

The avizo package to use.

Type: package

Default:

pkgs.avizo

Example:

pkgs.avizo.overrideAttrs (final: prev: {
  patchPhase = "cp ${./images}/*.png data/images/";
})

Declared by:

services.avizo.settings

The settings that will be written to the avizo configuration file.

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

Default:

{ }

Example:

{
  default = {
    fade-in = 0.1;
    fade-out = 0.2;
    padding = 10;
    time = 1.0;
    y-offset = 0.5;
  };
}

Declared by: