From f6e7e64db5a0a93a4a7dd2cbbaf97bd51e8f08b6 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 19 Oct 2025 14:49:26 +0000 Subject: [PATCH] deploy: 90af98a2fc3a4fb4c4eb9836e8b18fc7beaef2db --- options.xhtml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) diff --git a/options.xhtml b/options.xhtml index 4195e260c..8c0f9d96e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -56674,6 +56674,60 @@ null or package

Default: pkgs.newsboat

+

Declared by:

+ + +
+ +<home-manager/modules/programs/newsboat.nix> + +
+ +
+ + programs.newsboat.autoFetchArticles.enable + + +
+
+

Whether to enable automatic article fetcher timer.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/newsboat.nix> + +
+
+
+ + programs.newsboat.autoFetchArticles.onCalendar + + +
+
+

How often to fetch new articles.

See systemd.time(7) for more information about the format.

+ +

Type: +string

+ +

Default: +"daily"

+ +

Example: +"weekly"

+

Declared by:

@@ -56698,6 +56752,60 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/programs/newsboat.nix> + +
+ +
+ + programs.newsboat.autoVacuum.enable + + +
+
+

Whether to enable automatic cleaning of the newsboat cache.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/newsboat.nix> + +
+
+
+ + programs.newsboat.autoVacuum.onCalendar + + +
+
+

How often to run the cleaning command.

See systemd.time(7) for more information about the format.

+ +

Type: +string

+ +

Default: +"weekly"

+ +

Example: +"monthly"

+

Declared by: