1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00
This commit is contained in:
rycee 2025-09-18 14:57:05 +00:00
parent e9d088f671
commit ab6e141fda

View file

@ -62691,6 +62691,97 @@ attribute set of (string or signed integer or boolean)</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.retext.enable"></a><a class="term" href="options.xhtml#opt-programs.retext.enable"><code class="option">programs.retext.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable retext.</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/retext.nix" target="_top">
&lt;home-manager/modules/programs/retext.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.retext.package"></a><a class="term" href="options.xhtml#opt-programs.retext.package"><code class="option">programs.retext.package</code>
</a>
</span>
</dt>
<dd>
<p>The retext package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.retext</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/retext.nix" target="_top">
&lt;home-manager/modules/programs/retext.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.retext.settings"></a><a class="term" href="options.xhtml#opt-programs.retext.settings"><code class="option">programs.retext.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for retext. All the available options can be found
here: <a class="link" href="https://github.com/retext-project/retext/blob/master/configuration.md" target="_top">https://github.com/retext-project/retext/blob/master/configuration.md</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
ColorScheme = {
htmlComments = &quot;#abc&quot;;
htmlSymbols = &quot;#ff8800&quot;;
htmlTags = &quot;green&quot;;
};
General = {
documentStatsEnabled = true;
lineNumbersEnabled = true;
relativeLineNumbers = true;
useWebEngine = true;
};
}
</code></pre>
<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/retext.nix" target="_top">
&lt;home-manager/modules/programs/retext.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.rio.enable"></a><a class="term" href="options.xhtml#opt-programs.rio.enable"><code class="option">programs.rio.enable</code>