1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-24 18:00:58 +01:00
This commit is contained in:
rycee 2025-11-15 09:15:00 +00:00
parent 266aeeda25
commit 106c795bc4

View file

@ -23144,6 +23144,98 @@ attribute set of (string or signed integer or floating point number or boolean)<
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.bluetuith.enable"></a><a class="term" href="options.xhtml#opt-programs.bluetuith.enable"><code class="option">programs.bluetuith.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Bluetuith.</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/bluetuith.nix" target="_top">
&lt;home-manager/modules/programs/bluetuith.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.bluetuith.package"></a><a class="term" href="options.xhtml#opt-programs.bluetuith.package"><code class="option">programs.bluetuith.package</code>
</a>
</span>
</dt>
<dd>
<p>The bluetuith 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.bluetuith</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/bluetuith.nix" target="_top">
&lt;home-manager/modules/programs/bluetuith.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.bluetuith.settings"></a><a class="term" href="options.xhtml#opt-programs.bluetuith.settings"><code class="option">programs.bluetuith.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/bluetuith/bluetuith.conf</code>.</p><p>See <a class="link" href="https://bluetuith-org.github.io/bluetuith/Configuration.html" target="_top">https://bluetuith-org.github.io/bluetuith/Configuration.html</a> for
details.</p>
<p><span class="emphasis"><em>Type:</em></span>
JSON value</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">{
adapter = &quot;hci0&quot;;
receive-dir = &quot;/home/user/files&quot;;
keybindings = {
Menu = &quot;Alt+m&quot;;
};
theme = {
Adapter = &quot;red&quot;;
};
}
</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/bluetuith.nix" target="_top">
&lt;home-manager/modules/programs/bluetuith.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.borgmatic.enable"></a><a class="term" href="options.xhtml#opt-programs.borgmatic.enable"><code class="option">programs.borgmatic.enable</code>