programs.tiny.settings

Home-Manager option

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.

type: YAML 1.1 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; }; };
declared in: <home-manager/modules/programs/tiny.nix>source unavailable