mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-08 18:18:38 +00:00
deploy: 8c0671c513
This commit is contained in:
parent
cbfc853a2a
commit
f31f367709
1 changed files with 2 additions and 87 deletions
|
@ -3401,7 +3401,7 @@ boolean</p>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>Himalaya CLI configuration for this email account.
|
||||
See <a class="link" href="https://pimalaya.org/himalaya/cli/latest/configuration/index.html#account-configuration" target="_top">https://pimalaya.org/himalaya/cli/latest/configuration/index.html#account-configuration</a> for supported values.</p>
|
||||
See <a class="link" href="https://github.com/pimalaya/himalaya/blob/master/config.sample.toml" target="_top">https://github.com/pimalaya/himalaya/blob/master/config.sample.toml</a> for supported values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
TOML value</p>
|
||||
|
@ -27715,7 +27715,7 @@ package</p>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>Himalaya CLI global configuration.
|
||||
See <a class="link" href="https://pimalaya.org/himalaya/cli/latest/configuration/index.html#global-configuration" target="_top">https://pimalaya.org/himalaya/cli/latest/configuration/index.html#global-configuration</a> for supported values.</p>
|
||||
See <a class="link" href="https://github.com/pimalaya/himalaya/blob/master/config.sample.toml" target="_top">https://github.com/pimalaya/himalaya/blob/master/config.sample.toml</a> for supported values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
TOML value</p>
|
||||
|
@ -66063,91 +66063,6 @@ null or string or (positive integer, meaning >0)</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.himalaya-watch.enable"></a><a class="term" href="options.xhtml#opt-services.himalaya-watch.enable"><code class="option">services.himalaya-watch.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable the email client Himalaya CLI envelopes watcher service.</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/himalaya.nix" target="_top">
|
||||
<home-manager/modules/programs/himalaya.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.himalaya-watch.environment"></a><a class="term" href="options.xhtml#opt-services.himalaya-watch.environment"><code class="option">services.himalaya-watch.environment</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Extra environment variables to be exported in the service.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of 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">{
|
||||
"PASSWORD_STORE_DIR" = "~/.password-store";
|
||||
}
|
||||
|
||||
</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/himalaya.nix" target="_top">
|
||||
<home-manager/modules/programs/himalaya.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.himalaya-watch.settings.account"></a><a class="term" href="options.xhtml#opt-services.himalaya-watch.settings.account"><code class="option">services.himalaya-watch.settings.account</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Name of the account the watcher should be started for.
|
||||
If no account is given, the default one is used.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or string</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"personal"</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/himalaya.nix" target="_top">
|
||||
<home-manager/modules/programs/himalaya.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.home-manager.autoUpgrade.enable"></a><a class="term" href="options.xhtml#opt-services.home-manager.autoUpgrade.enable"><code class="option">services.home-manager.autoUpgrade.enable</code>
|
||||
|
|
Loading…
Add table
Reference in a new issue