programs.halloy.settings
Configuration settings for halloy. All available options can be
found here: https://halloy.chat/configuration.html. Note that
halloy requires at least one server to be configured, see example.
- Type
TOML value- Default
{ }- Example
{ "buffer.channel.topic" = { enabled = true; }; "servers.liberachat" = { channels = [ "#halloy" ]; nickname = "halloy-user"; server = "irc.libera.chat"; }; }- Declared
- <home-manager/modules/programs/halloy.nix>