1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
khaneliman 2025-03-20 16:35:34 +00:00
parent aefbfe7c1d
commit 412123d5e0

View file

@ -43546,6 +43546,91 @@ null or string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.onlyoffice.enable"></a><a class="term" href="options.xhtml#opt-programs.onlyoffice.enable"><code class="option">programs.onlyoffice.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable onlyoffice.</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/onlyoffice.nix" target="_top">
&lt;home-manager/modules/programs/onlyoffice.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.onlyoffice.package"></a><a class="term" href="options.xhtml#opt-programs.onlyoffice.package"><code class="option">programs.onlyoffice.package</code>
</a>
</span>
</dt>
<dd>
<p>The onlyoffice-desktopeditors 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.onlyoffice-desktopeditors</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/onlyoffice.nix" target="_top">
&lt;home-manager/modules/programs/onlyoffice.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.onlyoffice.settings"></a><a class="term" href="options.xhtml#opt-programs.onlyoffice.settings"><code class="option">programs.onlyoffice.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for Onlyoffice.</p><p>All configurable options can be deduced by enabling them through the
GUI and observing the changes in ~/.config/onlyoffice/DesktopEditors.conf.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (boolean 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">&#x27;&#x27;
UITheme = &quot;theme-contrast-dark&quot;;
editorWindowMode = false;
forcedRtl = false;
maximized = true;
titlebar = &quot;custom&quot;;
&#x27;&#x27;
</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/onlyoffice.nix" target="_top">
&lt;home-manager/modules/programs/onlyoffice.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.opam.enable"></a><a class="term" href="options.xhtml#opt-programs.opam.enable"><code class="option">programs.opam.enable</code>