programs.halloy.settings
Home-Manager option
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.
type: TOML valueDefault
{ }Example
declared in: <home-manager/modules/programs/halloy.nix>source unavailable{ "buffer.channel.topic" = { enabled = true; }; "servers.liberachat" = { channels = [ "#halloy" ]; nickname = "halloy-user"; server = "irc.libera.chat"; }; }