1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-06 00:59:48 +01:00
This commit is contained in:
rycee 2023-04-17 20:57:07 +00:00
parent f69b1d9e89
commit 41b7a0d5dc

View file

@ -5931,6 +5931,8 @@ Requires a window manager that respects scroll hints.</p><p><span class="emphasi
&lt;home-manager/modules/programs/thunderbird.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.thunderbird.profiles"></a><a class="term" href="options.html#opt-programs.thunderbird.profiles"><code class="option">programs.thunderbird.profiles</code></a></span></dt><dd><p><span class="emphasis"><em>Type:</em></span> attribute set of (submodule)</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/thunderbird.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/thunderbird.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.thunderbird.profiles._name_.extraConfig"></a><a class="term" href="options.html#opt-programs.thunderbird.profiles._name_.extraConfig"><code class="option">programs.thunderbird.profiles.&lt;name&gt;.extraConfig</code></a></span></dt><dd><p>Extra preferences to add to <code class="filename">user.js</code>.</p><p><span class="emphasis"><em>Type:</em></span> strings concatenated with "\n"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">""</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/thunderbird.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/thunderbird.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.thunderbird.profiles._name_.isDefault"></a><a class="term" href="options.html#opt-programs.thunderbird.profiles._name_.isDefault"><code class="option">programs.thunderbird.profiles.&lt;name&gt;.isDefault</code></a></span></dt><dd><p>Whether this is a default profile. There must be exactly one
default profile.</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/thunderbird.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/thunderbird.nix&gt;