programs.iamb.settings

Configuration written to $XDG_CONFIG_HOME/iamb/config.toml.

See https://iamb.chat/configure.html for the full list of options.

Type
TOML value
Default
{ }
Example
{
  default_profile = "personal";
  settings = {
    notifications.enabled = true;
    image_preview.protocol = {
      type = "kitty";
      size = {
        height = 10;
        width = 66;
      };
    };
  };
}
Declared
<home-manager/modules/programs/iamb.nix>