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: