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

Whether to enable Tomat Pomodoro server.

Type: boolean

Default:

false

Example:

true

Declared by:

services.tomat.package

The tomat package to use.

Type: package

Default:

pkgs.tomat

Declared by:

services.tomat.settings

Tomat configuration. See https://github.com/jolars/tomat/blob/main/docs/configuration.md for supported values.

Type: open submodule of (TOML value)

Default:

{ }

Example:

{
  notification = {
    enabled = true;
  };
  sound = {
    enabled = true;
  };
  timer = {
    auto_advance = false;
    break = 5;
    work = 25;
  };
}

Declared by: