From 34508b725838b6bc94c31b759cb5440ba713bd2d Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 6 Nov 2025 16:44:58 +0000 Subject: [PATCH] deploy: 2907788315a73d3292140b4d59b5d95796565625 --- options.xhtml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/options.xhtml b/options.xhtml index 9c2c63a39..7198d1d0d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -113079,6 +113079,97 @@ string

+
+ + services.tomat.enable + + +
+
+

Whether to enable Tomat Pomodoro server.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/tomat.nix> + +
+
+
+ + services.tomat.package + + +
+
+

The tomat package to use.

+ +

Type: +package

+ +

Default: +pkgs.tomat

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/tomat.nix> + +
+
+
+ + 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:

+ + +
+ +<home-manager/modules/services/tomat.nix> + +
+
services.trayer.enable