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

Whether to enable Noti.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.noti.package

The noti package to use.

Type: null or package

Default:

pkgs.noti

Declared by:

programs.noti.settings

Configuration written to $XDG_CONFIG_HOME/noti/noti.yaml.

See noti.yaml(5). for the full list of options.

Type: attribute set of attribute set of string

Default:

{ }

Example:

{
  say = {
    voice = "Alex";
  };
  slack = {
    channel = "@jaime";
    token = "1234567890abcdefg";
  };
}

Declared by: