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:
Declared by: +
programs.newsboat.autoVacuum.enable
+
+
+Whether to enable automatic cleaning of the newsboat cache. + +Type: +boolean + +Default:
+ Example:
+ Declared by: +
programs.newsboat.autoVacuum.onCalendar
+
+
+How often to run the cleaning command. See systemd.time(7) for more information about the format. + +Type: +string + +Default:
+ Example:
+ Declared by: |