Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.iamb.enable

Whether to enable iamb.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.iamb.package

The iamb package to use.

Type: null or package

Default:

pkgs.iamb

Declared by:

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 = {
    image_preview = {
      protocol = {
        size = {
          height = 10;
          width = 66;
        };
        type = "kitty";
      };
    };
    notifications = {
      enabled = true;
    };
  };
}

Declared by: