MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/tiny/config.yml. See https://github.com/osa1/tiny/blob/master/crates/tiny/config.yml for the default configuration.

Declarations
Type
YAML value
Default
{ }
Example
{
  servers = [
    {
      addr = "irc.libera.chat";
      port = 6697;
      tls = true;
      realname = "John Doe";
      nicks = [ "tinyuser" ];
    }
  ];
  defaults = {
    nicks = [ "tinyuser" ];
    realname = "John Doe";
    join = [];
    tls = true;
  };
};