mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
deploy: 44f9d68d8c
This commit is contained in:
parent
09c407b904
commit
e45c0727bd
3 changed files with 29 additions and 36 deletions
File diff suppressed because one or more lines are too long
45
options.html
45
options.html
|
@ -83,7 +83,7 @@ then this is set to
|
||||||
</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/astroid.nix#blob-path" target="_top">
|
</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/astroid.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/astroid.nix>
|
<home-manager/modules/programs/astroid.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-accounts.email.accounts._name_.astroid.extraConfig"></a><a class="term" href="options.html#opt-accounts.email.accounts._name_.astroid.extraConfig"><code class="option">accounts.email.accounts.<name>.astroid.extraConfig</code></a></span></dt><dd><p>Extra settings to add to this astroid account configuration.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-accounts.email.accounts._name_.astroid.extraConfig"></a><a class="term" href="options.html#opt-accounts.email.accounts._name_.astroid.extraConfig"><code class="option">accounts.email.accounts.<name>.astroid.extraConfig</code></a></span></dt><dd><p>Extra settings to add to this astroid account configuration.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -1472,7 +1472,7 @@ message = Message from above
|
||||||
<code class="filename">~/.config/alacritty/alacritty.yml</code>. See
|
<code class="filename">~/.config/alacritty/alacritty.yml</code>. See
|
||||||
<a class="link" href="https://github.com/jwilm/alacritty/blob/master/alacritty.yml" target="_top">https://github.com/jwilm/alacritty/blob/master/alacritty.yml</a>
|
<a class="link" href="https://github.com/jwilm/alacritty/blob/master/alacritty.yml" target="_top">https://github.com/jwilm/alacritty/blob/master/alacritty.yml</a>
|
||||||
for the default configuration.
|
for the default configuration.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> YAML value</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -1662,23 +1662,16 @@ See <a class="link" href="https://github.com/astroidmail/astroid/wiki/Customizin
|
||||||
</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/astroid.nix#blob-path" target="_top">
|
</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/astroid.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/astroid.nix>
|
<home-manager/modules/programs/astroid.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.astroid.extraConfig"></a><a class="term" href="options.html#opt-programs.astroid.extraConfig"><code class="option">programs.astroid.extraConfig</code></a></span></dt><dd><p>JSON config that will override the default Astroid configuration.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.astroid.extraConfig"></a><a class="term" href="options.html#opt-programs.astroid.extraConfig"><code class="option">programs.astroid.extraConfig</code></a></span></dt><dd><p>JSON config that will override the default Astroid configuration.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</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> <code class="literal">
|
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
||||||
|
poll.interval = 0;
|
||||||
{
|
|
||||||
poll =
|
|
||||||
{
|
|
||||||
interval = 0;
|
|
||||||
}
|
}
|
||||||
;
|
</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/astroid.nix#blob-path" target="_top">
|
||||||
}
|
|
||||||
|
|
||||||
</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/astroid.nix#blob-path" target="_top">
|
|
||||||
<home-manager/modules/programs/astroid.nix>
|
<home-manager/modules/programs/astroid.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.astroid.pollScript"></a><a class="term" href="options.html#opt-programs.astroid.pollScript"><code class="option">programs.astroid.pollScript</code></a></span></dt><dd><p>Script to run to fetch/update mails.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.astroid.pollScript"></a><a class="term" href="options.html#opt-programs.astroid.pollScript"><code class="option">programs.astroid.pollScript</code></a></span></dt><dd><p>Script to run to fetch/update mails.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
@ -2090,7 +2083,7 @@ Can be used to specify extensions.
|
||||||
<home-manager/modules/programs/beets.nix>
|
<home-manager/modules/programs/beets.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.beets.settings"></a><a class="term" href="options.html#opt-programs.beets.settings"><code class="option">programs.beets.settings</code></a></span></dt><dd><p>Configuration written to
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.beets.settings"></a><a class="term" href="options.html#opt-programs.beets.settings"><code class="option">programs.beets.settings</code></a></span></dt><dd><p>Configuration written to
|
||||||
<code class="filename">~/.config/beets/config.yaml</code>
|
<code class="filename">~/.config/beets/config.yaml</code>
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> YAML value</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -2331,7 +2324,7 @@ for options.
|
||||||
See
|
See
|
||||||
<span class="citerefentry"><span class="refentrytitle">direnv.toml</span>(1)</span>.
|
<span class="citerefentry"><span class="refentrytitle">direnv.toml</span>(1)</span>.
|
||||||
for the full list of options.
|
for the full list of options.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> TOML value</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -2987,7 +2980,7 @@ matches. Allowed conditions are described in
|
||||||
</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/git.nix#blob-path" target="_top">
|
</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/git.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/git.nix>
|
<home-manager/modules/programs/git.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.includes._.contents"></a><a class="term" href="options.html#opt-programs.git.includes._.contents"><code class="option">programs.git.includes.*.contents</code></a></span></dt><dd><p>Configuration to include. If empty then a path must be given.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.includes._.contents"></a><a class="term" href="options.html#opt-programs.git.includes._.contents"><code class="option">programs.git.includes.*.contents</code></a></span></dt><dd><p>Configuration to include. If empty then a path must be given.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -4672,7 +4665,7 @@ this option.
|
||||||
<home-manager/modules/programs/matplotlib.nix>
|
<home-manager/modules/programs/matplotlib.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.matplotlib.config"></a><a class="term" href="options.html#opt-programs.matplotlib.config"><code class="option">programs.matplotlib.config</code></a></span></dt><dd><p>Add terms to the <code class="filename">matplotlibrc</code> file to
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.matplotlib.config"></a><a class="term" href="options.html#opt-programs.matplotlib.config"><code class="option">programs.matplotlib.config</code></a></span></dt><dd><p>Add terms to the <code class="filename">matplotlibrc</code> file to
|
||||||
control the default matplotlib behavior.
|
control the default matplotlib behavior.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -4766,7 +4759,7 @@ control the default matplotlib behavior.
|
||||||
pkgs.mercurial
|
pkgs.mercurial
|
||||||
</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/mercurial.nix#blob-path" target="_top">
|
</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/mercurial.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/mercurial.nix>
|
<home-manager/modules/programs/mercurial.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.mercurial.aliases"></a><a class="term" href="options.html#opt-programs.mercurial.aliases"><code class="option">programs.mercurial.aliases</code></a></span></dt><dd><p>Mercurial aliases to define.</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.mercurial.aliases"></a><a class="term" href="options.html#opt-programs.mercurial.aliases"><code class="option">programs.mercurial.aliases</code></a></span></dt><dd><p>Mercurial aliases to define.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -4774,7 +4767,7 @@ control the default matplotlib behavior.
|
||||||
|
|
||||||
</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/mercurial.nix#blob-path" target="_top">
|
</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/mercurial.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/mercurial.nix>
|
<home-manager/modules/programs/mercurial.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.mercurial.extraConfig"></a><a class="term" href="options.html#opt-programs.mercurial.extraConfig"><code class="option">programs.mercurial.extraConfig</code></a></span></dt><dd><p>Additional configuration to add.</p><p><span class="emphasis"><em>Type:</em></span> attribute set or strings concatenated with "\n"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.mercurial.extraConfig"></a><a class="term" href="options.html#opt-programs.mercurial.extraConfig"><code class="option">programs.mercurial.extraConfig</code></a></span></dt><dd><p>Additional configuration to add.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings or strings concatenated with "\n"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -5141,7 +5134,7 @@ and loads it from the store via <span class="command"><strong>nvim -u /nix/store
|
||||||
|
|
||||||
This option is mutually exclusive with <code class="varname">extraConfig</code>
|
This option is mutually exclusive with <code class="varname">extraConfig</code>
|
||||||
and <code class="varname">plugins</code>.
|
and <code class="varname">plugins</code>.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -5923,7 +5916,7 @@ prepending the search engine name to the search term, for example
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.qutebrowser.settings"></a><a class="term" href="options.html#opt-programs.qutebrowser.settings"><code class="option">programs.qutebrowser.settings</code></a></span></dt><dd><p>Options to add to qutebrowser <code class="filename">config.py</code> file.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.qutebrowser.settings"></a><a class="term" href="options.html#opt-programs.qutebrowser.settings"><code class="option">programs.qutebrowser.settings</code></a></span></dt><dd><p>Options to add to qutebrowser <code class="filename">config.py</code> file.
|
||||||
See <a class="link" href="https://qutebrowser.org/doc/help/settings.html" target="_top">https://qutebrowser.org/doc/help/settings.html</a>
|
See <a class="link" href="https://qutebrowser.org/doc/help/settings.html" target="_top">https://qutebrowser.org/doc/help/settings.html</a>
|
||||||
for options.
|
for options.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -6659,7 +6652,7 @@ path to a theme configuration file.
|
||||||
<home-manager/modules/programs/taskwarrior.nix>
|
<home-manager/modules/programs/taskwarrior.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.taskwarrior.config"></a><a class="term" href="options.html#opt-programs.taskwarrior.config"><code class="option">programs.taskwarrior.config</code></a></span></dt><dd><p>Key-value configuration written to
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.taskwarrior.config"></a><a class="term" href="options.html#opt-programs.taskwarrior.config"><code class="option">programs.taskwarrior.config</code></a></span></dt><dd><p>Key-value configuration written to
|
||||||
<code class="filename">~/.taskrc</code>.
|
<code class="filename">~/.taskrc</code>.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -7098,7 +7091,7 @@ is possible to override the sensible settings using the
|
||||||
pkgs.rxvt_unicode
|
pkgs.rxvt_unicode
|
||||||
</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/urxvt.nix#blob-path" target="_top">
|
</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/urxvt.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/urxvt.nix>
|
<home-manager/modules/programs/urxvt.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.urxvt.extraConfig"></a><a class="term" href="options.html#opt-programs.urxvt.extraConfig"><code class="option">programs.urxvt.extraConfig</code></a></span></dt><dd><p>Additional configuration to add.</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.urxvt.extraConfig"></a><a class="term" href="options.html#opt-programs.urxvt.extraConfig"><code class="option">programs.urxvt.extraConfig</code></a></span></dt><dd><p>Additional configuration to add.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of anythings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -7322,7 +7315,7 @@ overlay or set this option. Example overlay configuration:
|
||||||
<home-manager/modules/programs/vscode.nix>
|
<home-manager/modules/programs/vscode.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.vscode.userSettings"></a><a class="term" href="options.html#opt-programs.vscode.userSettings"><code class="option">programs.vscode.userSettings</code></a></span></dt><dd><p>Configuration written to Visual Studio Code's
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.vscode.userSettings"></a><a class="term" href="options.html#opt-programs.vscode.userSettings"><code class="option">programs.vscode.userSettings</code></a></span></dt><dd><p>Configuration written to Visual Studio Code's
|
||||||
<code class="filename">settings.json</code>.
|
<code class="filename">settings.json</code>.
|
||||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</p><p><span class="emphasis"><em>Type:</em></span> JSON value</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -8450,7 +8443,7 @@ percent symbol).
|
||||||
"pkgs.dwm-status.override { enableAlsaUtils = false; }"
|
"pkgs.dwm-status.override { enableAlsaUtils = false; }"
|
||||||
</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/services/dwm-status.nix#blob-path" target="_top">
|
</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/services/dwm-status.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/services/dwm-status.nix>
|
<home-manager/modules/services/dwm-status.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.dwm-status.extraConfig"></a><a class="term" href="options.html#opt-services.dwm-status.extraConfig"><code class="option">services.dwm-status.extraConfig</code></a></span></dt><dd><p>Extra config of dwm-status.</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.dwm-status.extraConfig"></a><a class="term" href="options.html#opt-services.dwm-status.extraConfig"><code class="option">services.dwm-status.extraConfig</code></a></span></dt><dd><p>Extra config of dwm-status.</p><p><span class="emphasis"><em>Type:</em></span> JSON value</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -8832,7 +8825,7 @@ key in <code class="filename">~/.config/grobi.conf</code>.
|
||||||
2
|
2
|
||||||
</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/services/hound.nix#blob-path" target="_top">
|
</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/services/hound.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/services/hound.nix>
|
<home-manager/modules/services/hound.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.hound.repositories"></a><a class="term" href="options.html#opt-services.hound.repositories"><code class="option">services.hound.repositories</code></a></span></dt><dd><p>The repository configuration.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of attribute sets</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.hound.repositories"></a><a class="term" href="options.html#opt-services.hound.repositories"><code class="option">services.hound.repositories</code></a></span></dt><dd><p>The repository configuration.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of JSON values</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
14
tools.html
14
tools.html
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix B. Tools</title><link rel="stylesheet" type="text/css" href="style.css" /><link rel="stylesheet" type="text/css" href="overrides.css" /><link rel="stylesheet" type="text/css" href="mono-blue.css" /><script src="highlight.pack.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="Home Manager Manual" /><link rel="up" href="index.html" title="Home Manager Manual" /><link rel="prev" href="options.html" title="Appendix A. Configuration Options" /><link rel="next" href="release-notes.html" title="Appendix C. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-tools"></a>Appendix B. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737312174576"><span class="command"><strong>home-manager</strong></span>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix B. Tools</title><link rel="stylesheet" type="text/css" href="style.css" /><link rel="stylesheet" type="text/css" href="overrides.css" /><link rel="stylesheet" type="text/css" href="mono-blue.css" /><script src="highlight.pack.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="Home Manager Manual" /><link rel="up" href="index.html" title="Home Manager Manual" /><link rel="prev" href="options.html" title="Appendix A. Configuration Options" /><link rel="next" href="release-notes.html" title="Appendix C. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-tools"></a>Appendix B. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737312186112"><span class="command"><strong>home-manager</strong></span>
|
||||||
</a></span><span class="refpurpose"> — reconfigure a user environment</span></dt></dl></div><div class="refentry"><a id="idm140737312174576"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><span class="command"><strong>home-manager</strong></span>
|
</a></span><span class="refpurpose"> — reconfigure a user environment</span></dt></dl></div><div class="refentry"><a id="idm140737312186112"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><span class="command"><strong>home-manager</strong></span>
|
||||||
— reconfigure a user environment</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">home-manager</code> {
|
— reconfigure a user environment</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">home-manager</code> {
|
||||||
build
|
build
|
||||||
|
|
|
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
|
|
|
|
||||||
--verbose
|
--verbose
|
||||||
}
|
}
|
||||||
]</p></div></div><div class="refsection"><a id="idm140737312140880"></a><h2>Description</h2><p>
|
]</p></div></div><div class="refsection"><a id="idm140737312152272"></a><h2>Description</h2><p>
|
||||||
This command updates the user environment so that it corresponds to the
|
This command updates the user environment so that it corresponds to the
|
||||||
configuration specified in <code class="filename">~/.config/nixpkgs/home.nix</code>.
|
configuration specified in <code class="filename">~/.config/nixpkgs/home.nix</code>.
|
||||||
</p><p>
|
</p><p>
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
available for immediate garbage collection.
|
available for immediate garbage collection.
|
||||||
</p></li></ul></div><p>
|
</p></li></ul></div><p>
|
||||||
</p></dd></dl></div><p>
|
</p></dd></dl></div><p>
|
||||||
</p></div><div class="refsection"><a id="idm140737312107360"></a><h2>Options</h2><p>
|
</p></div><div class="refsection"><a id="idm140737312118752"></a><h2>Options</h2><p>
|
||||||
The tool accepts the options
|
The tool accepts the options
|
||||||
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
|
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
|
||||||
<code class="option">-A <em class="replaceable"><code>attrPath</code></em></code>
|
<code class="option">-A <em class="replaceable"><code>attrPath</code></em></code>
|
||||||
|
@ -226,15 +226,15 @@
|
||||||
<code class="option">--verbose</code>
|
<code class="option">--verbose</code>
|
||||||
</span></dt><dd><p>
|
</span></dt><dd><p>
|
||||||
Activates verbose output.
|
Activates verbose output.
|
||||||
</p></dd></dl></div></div><div class="refsection"><a id="idm140737312056208"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
|
</p></dd></dl></div></div><div class="refsection"><a id="idm140737312067648"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
|
||||||
<code class="filename">~/.local/share/home-manager/news-read-ids</code>
|
<code class="filename">~/.local/share/home-manager/news-read-ids</code>
|
||||||
</span></dt><dd><p>
|
</span></dt><dd><p>
|
||||||
Identifiers of news items that have been shown. Can be deleted to reset
|
Identifiers of news items that have been shown. Can be deleted to reset
|
||||||
the read news indicator.
|
the read news indicator.
|
||||||
</p></dd></dl></div></div><div class="refsection"><a id="idm140737312052912"></a><h2>Bugs</h2><p>
|
</p></dd></dl></div></div><div class="refsection"><a id="idm140737312064352"></a><h2>Bugs</h2><p>
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
<a class="link" href="https://github.com/nix-community/home-manager/issues" target="_top">project
|
<a class="link" href="https://github.com/nix-community/home-manager/issues" target="_top">project
|
||||||
issue tracker</a>.
|
issue tracker</a>.
|
||||||
</p></div><div class="refsection"><a id="idm140737312050912"></a><h2>See also</h2><p>
|
</p></div><div class="refsection"><a id="idm140737312062352"></a><h2>See also</h2><p>
|
||||||
<span class="citerefentry"><span class="refentrytitle">home-configuration.nix</span>(5)</span>
|
<span class="citerefentry"><span class="refentrytitle">home-configuration.nix</span>(5)</span>
|
||||||
</p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix A. Configuration Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix C. Release Notes</td></tr></table></div></body></html>
|
</p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix A. Configuration Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix C. Release Notes</td></tr></table></div></body></html>
|
Loading…
Reference in a new issue