diff --git a/index.html b/index.html index 9ec0044e1..21c625692 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index b82e4ae28..07f417257 100644 --- a/options.html +++ b/options.html @@ -4139,11 +4139,10 @@ for the full list of options. }
Example:
{
- freenode = {
+ oftc = {
autojoin = [
"#home-manager"
"#linux"
- "#nixos"
];
charset = "UTF-8 (Unicode)";
commands = [
@@ -4163,8 +4162,7 @@ for the full list of options.
password = "my_password";
realName = "my_realname";
servers = [
- "chat.freenode.net"
- "irc.freenode.net"
+ "irc.oftc.net"
];
userName = "my_username";
};
@@ -4232,7 +4230,7 @@ someone uses the WHOIS command on your nick.
]
Example:
[
- "chat.freenode.net" "irc.freenode.net"
+ "irc.oftc.net"
]
Declared by:
<home-manager/modules/programs/hexchat.nix>
@@ -4658,10 +4656,10 @@ in this option) to command strings or directly to build outputs.
}
Example: {
- freenode = {
+ liberachat = {
nick = "hmuser";
server = {
- address = "chat.freenode.net";
+ address = "irc.libera.chat";
port = 6697;
autoConnect = true;
};
diff --git a/tools.html b/tools.html
index f8574b33b..2b923e623 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
- |