From c7987f3ca5b393f8adbe42d13b7861c322a53317 Mon Sep 17 00:00:00 2001 From: teto Date: Thu, 9 Jan 2025 11:26:47 +0000 Subject: [PATCH] deploy: d4aebb947a301b8da8654a804979a738c5c5da50 --- options.xhtml | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/options.xhtml b/options.xhtml index 1925fb07f..b2953a096 100644 --- a/options.xhtml +++ b/options.xhtml @@ -52626,6 +52626,94 @@ boolean

+
+ + programs.todoman.enable + + +
+
+

Whether to enable todoman.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/todoman.nix> + +
+
+
+ + programs.todoman.extraConfig + + +
+
+

Text for configuration of todoman. +The syntax is Python.

See docs. +for the full list of options.

+ +

Type: +strings concatenated with ā€œ\nā€

+ +

Default: +""

+ +

Example:

''
+  date_format = "%Y-%m-%d";
+  time_format = "%H:%M";
+  default_list = "Personal";
+  default_due = 48;
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/todoman.nix> + +
+
+
+ + programs.todoman.glob + + +
+
+

The glob expansion which matches all directories relevant.

+ +

Type: +string

+ +

Default: +"*"

+ +

Example: +"*/*"

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/todoman.nix> + +
+
programs.tofi.enable