Configuration settings for halloy. All available options can be found here: https://halloy.chat/configuration/index.html. Note that halloy requires at least one server
to be configured, see example.
Declarations
Type
TOML value
Default
{ }
Example
{
"buffer.channel.topic" = {
enabled = true;
};
"servers.liberachat" = {
channels = [
"#halloy"
];
nickname = "halloy-user";
server = "irc.libera.chat";
};
}
Sign in to create a configuration using this setting.