1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
This commit is contained in:
khaneliman 2025-10-19 14:49:26 +00:00
parent 4414e08f5d
commit f6e7e64db5

View file

@ -56674,6 +56674,60 @@ null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.newsboat</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/newsboat.nix" target="_top">
&lt;home-manager/modules/programs/newsboat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.newsboat.autoFetchArticles.enable"></a><a class="term" href="options.xhtml#opt-programs.newsboat.autoFetchArticles.enable"><code class="option">programs.newsboat.autoFetchArticles.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable automatic article fetcher timer.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/newsboat.nix" target="_top">
&lt;home-manager/modules/programs/newsboat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.newsboat.autoFetchArticles.onCalendar"></a><a class="term" href="options.xhtml#opt-programs.newsboat.autoFetchArticles.onCalendar"><code class="option">programs.newsboat.autoFetchArticles.onCalendar</code>
</a>
</span>
</dt>
<dd>
<p>How often to fetch new articles.</p><p>See <a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.time.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.time</span>(7)</span></a> for more information about the format.</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;daily&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;weekly&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -56698,6 +56752,60 @@ boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/newsboat.nix" target="_top">
&lt;home-manager/modules/programs/newsboat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.newsboat.autoVacuum.enable"></a><a class="term" href="options.xhtml#opt-programs.newsboat.autoVacuum.enable"><code class="option">programs.newsboat.autoVacuum.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable automatic cleaning of the newsboat cache.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/newsboat.nix" target="_top">
&lt;home-manager/modules/programs/newsboat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.newsboat.autoVacuum.onCalendar"></a><a class="term" href="options.xhtml#opt-programs.newsboat.autoVacuum.onCalendar"><code class="option">programs.newsboat.autoVacuum.onCalendar</code>
</a>
</span>
</dt>
<dd>
<p>How often to run the cleaning command.</p><p>See <a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.time.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.time</span>(7)</span></a> for more information about the format.</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;weekly&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;monthly&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>