MyNixOS website logo

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

Declarations
Type
open submodule of (TOML value)
Default
{ }
Example
{
  notification = {
    enabled = true;
  };
  sound = {
    enabled = true;
  };
  timer = {
    auto_advance = false;
    break = 5;
    work = 25;
  };
}