deploy: 406eeec0b9
This commit is contained in:
parent
d58ad2ef03
commit
064e4133e2
File diff suppressed because one or more lines are too long
152
options.html
152
options.html
|
@ -2714,6 +2714,158 @@ Note that lists are converted to duplicate keys.
|
|||
}
|
||||
</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/gpg.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/gpg.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.enable"></a><a class="term" href="options.html#opt-programs.hexchat.enable"><code class="option">programs.hexchat.enable</code></a></span></dt><dd><p>Whether to enable HexChat, a graphical IRC client.</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels"></a><a class="term" href="options.html#opt-programs.hexchat.channels"><code class="option">programs.hexchat.channels</code></a></span></dt><dd><p>Configures <code class="filename">~/.config/hexchat/servlist.conf</code>.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of submodules</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||
{
|
||||
|
||||
}
|
||||
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
||||
freenode = {
|
||||
autojoin = [
|
||||
"#home-manager"
|
||||
"#linux"
|
||||
"#nixos"
|
||||
];
|
||||
charset = "UTF-8 (Unicode)";
|
||||
commands = [
|
||||
"ECHO Buzz Lightyear sent you a message: 'To Infinity... and Beyond!'"
|
||||
];
|
||||
loginMethod = sasl;
|
||||
nickname = "my_nickname";
|
||||
nickname2 = "my_secondchoice";
|
||||
options = {
|
||||
acceptInvalidSSLCertificates = false;
|
||||
autoconnect = true;
|
||||
bypassProxy = true;
|
||||
connectToSelectedServerOnly = true;
|
||||
useGlobalUserInformation = false;
|
||||
forceSSL = false;
|
||||
};
|
||||
password = "my_password";
|
||||
realName = "my_realname";
|
||||
servers = [
|
||||
"chat.freenode.net"
|
||||
"irc.freenode.net"
|
||||
];
|
||||
userName = "my_username";
|
||||
};
|
||||
}</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.autojoin"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.autojoin"><code class="option">programs.hexchat.channels.<name>.autojoin</code></a></span></dt><dd><p>Channels list to autojoin on connecting to server.</p><p><span class="emphasis"><em>Type:</em></span> list of strings</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">
|
||||
[
|
||||
"#home-manager" "#linux" "#nix"
|
||||
]
|
||||
</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.charset"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.charset"><code class="option">programs.hexchat.channels.<name>.charset</code></a></span></dt><dd><p>Character set.</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">"UTF-8 (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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.commands"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.commands"><code class="option">programs.hexchat.channels.<name>.commands</code></a></span></dt><dd><p>Commands to be executed on connecting to server.</p><p><span class="emphasis"><em>Type:</em></span> list of strings</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">[ "ECHO Greetings fellow Nixer! ]</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.loginMethod"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.loginMethod"><code class="option">programs.hexchat.channels.<name>.loginMethod</code></a></span></dt><dd><p>The login method. The allowed options are:
|
||||
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">null</code></span></dt><dd><p>Default</p></dd><dt><span class="term"><code class="literal">"nickServMsg"</code></span></dt><dd><p>NickServ (/MSG NickServ + password)</p></dd><dt><span class="term"><code class="literal">"nickServ"</code></span></dt><dd><p>NickServ (/NICKSERV + password)</p></dd><dt><span class="term"><code class="literal">"challengeAuth"</code></span></dt><dd><p>Challenge Auth (username + password)</p></dd><dt><span class="term"><code class="literal">"sasl"</code></span></dt><dd><p>SASL (username + password)</p></dd><dt><span class="term"><code class="literal">"serverPassword"</code></span></dt><dd><p>Server password (/PASS password)</p></dd><dt><span class="term"><code class="literal">"saslExternal"</code></span></dt><dd><p>SASL EXTERNAL (cert)</p></dd><dt><span class="term"><code class="literal">"customCommands"</code></span></dt><dd><p>Use "commands" field for auth. For example
|
||||
</p><pre class="programlisting nix">
|
||||
commands = [ "/msg NickServ IDENTIFY my_password" ]
|
||||
</pre><p>
|
||||
</p></dd></dl></div><p>
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> null or one of "challengeAuth", "customCommands", "nickServ", "nickServMsg", "sasl", "saslExternal", "serverPassword"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.nickname"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.nickname"><code class="option">programs.hexchat.channels.<name>.nickname</code></a></span></dt><dd><p>Primary nickname.</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>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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.nickname2"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.nickname2"><code class="option">programs.hexchat.channels.<name>.nickname2</code></a></span></dt><dd><p>Secondary nickname.</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>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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options"><code class="option">programs.hexchat.channels.<name>.options</code></a></span></dt><dd><p>Channel options.</p><p><span class="emphasis"><em>Type:</em></span> null or submodule</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">
|
||||
{
|
||||
autoconnect = true; useGlobalUserInformation = 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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options.acceptInvalidSSLCertificates"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options.acceptInvalidSSLCertificates"><code class="option">programs.hexchat.channels.<name>.options.acceptInvalidSSLCertificates</code></a></span></dt><dd><p>Accept invalid SSL certificates.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">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/programs/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options.autoconnect"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options.autoconnect"><code class="option">programs.hexchat.channels.<name>.options.autoconnect</code></a></span></dt><dd><p>Autoconnect to network.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">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/programs/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options.bypassProxy"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options.bypassProxy"><code class="option">programs.hexchat.channels.<name>.options.bypassProxy</code></a></span></dt><dd><p>Bypass proxy.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options.connectToSelectedServerOnly"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options.connectToSelectedServerOnly"><code class="option">programs.hexchat.channels.<name>.options.connectToSelectedServerOnly</code></a></span></dt><dd><p>Connect to selected server only.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options.forceSSL"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options.forceSSL"><code class="option">programs.hexchat.channels.<name>.options.forceSSL</code></a></span></dt><dd><p>Use SSL for all servers.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">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/programs/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.options.useGlobalUserInformation"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.options.useGlobalUserInformation"><code class="option">programs.hexchat.channels.<name>.options.useGlobalUserInformation</code></a></span></dt><dd><p>Use global user information.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">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/programs/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.password"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.password"><code class="option">programs.hexchat.channels.<name>.password</code></a></span></dt><dd><p>Password to use. Note this password will be readable by all user's
|
||||
in the Nix store.
|
||||
</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>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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.realName"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.realName"><code class="option">programs.hexchat.channels.<name>.realName</code></a></span></dt><dd><p>Real name. Is used to populate the real name field that appears when
|
||||
someone uses the <code class="literal">WHOIS</code> command on your nick.
|
||||
</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>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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.servers"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.servers"><code class="option">programs.hexchat.channels.<name>.servers</code></a></span></dt><dd><p>IRC Server Address List.</p><p><span class="emphasis"><em>Type:</em></span> list of strings</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">
|
||||
[
|
||||
"chat.freenode.net" "irc.freenode.net"
|
||||
]
|
||||
</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.channels._name_.userName"></a><a class="term" href="options.html#opt-programs.hexchat.channels._name_.userName"><code class="option">programs.hexchat.channels.<name>.userName</code></a></span></dt><dd><p>User name. Part of your <code class="literal">user@host</code> hostmask that
|
||||
appears to other on IRC.
|
||||
</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>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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.overwriteConfigFiles"></a><a class="term" href="options.html#opt-programs.hexchat.overwriteConfigFiles"><code class="option">programs.hexchat.overwriteConfigFiles</code></a></span></dt><dd><p>Enables overwriting HexChat configuration files
|
||||
(<code class="filename">hexchat.conf</code>, <code class="filename">servlist.conf</code>).
|
||||
Any existing HexChat configuration will be lost. Certify to back-up any
|
||||
previous configuration before enabling this.
|
||||
</p><p>
|
||||
Enabling this setting is recommended, because everytime HexChat
|
||||
application is closed it overwrites Nix/Home Manager provided
|
||||
configuration files, causing:
|
||||
</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
|
||||
Nix/Home Manager provided configuration to be out of sync with
|
||||
actual active HexChat configuration.
|
||||
</p></li><li class="listitem"><p>
|
||||
Blocking Nix/Home Manager updates until configuration files are
|
||||
manually removed.
|
||||
</p></li></ol></div><p>
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">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/programs/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.settings"></a><a class="term" href="options.html#opt-programs.hexchat.settings"><code class="option">programs.hexchat.settings</code></a></span></dt><dd><p>Configuration for <code class="filename">~/.config/hexchat/hexchat.conf</code>, see
|
||||
<a class="link" href="https://hexchat.readthedocs.io/en/latest/settings.html#list-of-settings" target="_top">https://hexchat.readthedocs.io/en/latest/settings.html#list-of-settings</a>
|
||||
for supported values.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> null or attribute set of strings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
||||
irc_nick1 = "mynick";
|
||||
irc_username = "bob";
|
||||
irc_realname = "Bart Simpson";
|
||||
text_font = "Monospace 14";
|
||||
};
|
||||
</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.hexchat.theme"></a><a class="term" href="options.html#opt-programs.hexchat.theme"><code class="option">programs.hexchat.theme</code></a></span></dt><dd><p>Theme package for HexChat. Expects a derivation containing decompressed
|
||||
theme files. <code class="literal">.hct</code> file format requires unzip
|
||||
decompression, as seen in example.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> null or package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">stdenv.mkDerivation rec {
|
||||
name = "hexchat-theme-MatriY";
|
||||
buildInputs = [ pkgs.unzip ];
|
||||
src = fetchurl {
|
||||
url = "https://dl.hexchat.net/themes/MatriY.hct";
|
||||
sha256 = "sha256-ffkFJvySfl0Hwja3y7XCiNJceUrGvlEoEm97eYNMTZc=";
|
||||
};
|
||||
unpackPhase = "unzip ${src}";
|
||||
installPhase = "cp -r . $out";
|
||||
};
|
||||
</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/hexchat.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/hexchat.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.himalaya.enable"></a><a class="term" href="options.html#opt-programs.himalaya.enable"><code class="option">programs.himalaya.enable</code></a></span></dt><dd><p>Whether to enable himalaya mail client.</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#blob-path" target="_top">
|
||||
<home-manager/modules/programs/himalaya.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.himalaya.package"></a><a class="term" href="options.html#opt-programs.himalaya.package"><code class="option">programs.himalaya.package</code></a></span></dt><dd><p>Package providing the <span class="command"><strong>himalaya</strong></span> mail client.
|
||||
|
|
14
tools.html
14
tools.html
|
@ -1,6 +1,6 @@
|
|||
<?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 D. 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="nix-darwin-options.html" title="Appendix C. nix-darwin Module Options" /><link rel="next" href="release-notes.html" title="Appendix E. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nix-darwin-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 D. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737310483440"><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="idm140737310483440"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><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 D. 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="nix-darwin-options.html" title="Appendix C. nix-darwin Module Options" /><link rel="next" href="release-notes.html" title="Appendix E. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nix-darwin-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 D. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737310356912"><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="idm140737310356912"></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> {
|
||||
build
|
||||
|
|
||||
|
@ -82,7 +82,7 @@
|
|||
|
|
||||
--verbose
|
||||
}
|
||||
]</p></div></div><div class="refsection"><a id="idm140737310446464"></a><h2>Description</h2><p>
|
||||
]</p></div></div><div class="refsection"><a id="idm140737310320032"></a><h2>Description</h2><p>
|
||||
This command updates the user environment so that it corresponds to the
|
||||
configuration specified in <code class="filename">~/.config/nixpkgs/home.nix</code> or <code class="filename">~/.config/nixpkgs/flake.nix</code>.
|
||||
</p><p>
|
||||
|
@ -151,7 +151,7 @@
|
|||
available for immediate garbage collection.
|
||||
</p></li></ul></div><p>
|
||||
</p></dd></dl></div><p>
|
||||
</p></div><div class="refsection"><a id="idm140737310408816"></a><h2>Options</h2><p>
|
||||
</p></div><div class="refsection"><a id="idm140737310282336"></a><h2>Options</h2><p>
|
||||
The tool accepts the options
|
||||
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
|
||||
<code class="option">-A <em class="replaceable"><code>attrPath</code></em></code>
|
||||
|
@ -259,15 +259,15 @@
|
|||
<code class="option">--verbose</code>
|
||||
</span></dt><dd><p>
|
||||
Activates verbose output.
|
||||
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310345200"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
|
||||
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310218720"></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>
|
||||
</span></dt><dd><p>
|
||||
Identifiers of news items that have been shown. Can be deleted to reset
|
||||
the read news indicator.
|
||||
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310341904"></a><h2>Bugs</h2><p>
|
||||
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310215424"></a><h2>Bugs</h2><p>
|
||||
Please report any bugs on the
|
||||
<a class="link" href="https://github.com/nix-community/home-manager/issues" target="_top">project
|
||||
issue tracker</a>.
|
||||
</p></div><div class="refsection"><a id="idm140737310339904"></a><h2>See also</h2><p>
|
||||
</p></div><div class="refsection"><a id="idm140737310213424"></a><h2>See also</h2><p>
|
||||
<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="nix-darwin-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 C. nix-darwin Module Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix E. Release Notes</td></tr></table></div></body></html>
|
Loading…
Reference in a new issue