MyNixOS website logo

Configuration settings for amfora. All available options can be found here: https://github.com/makew0rld/amfora/blob/master/default-config.toml.

Declarations
Type
TOML value
Default
{ }
Example
{
  a-general = {
    ansi = true;
    auto_redirect = false;
    bullets = true;
    color = true;
    highlight_code = true;
    highlight_style = "monokai";
    home = "gemini://geminiprotocol.net";
    http = "default";
    search = "gemini://geminispace.info/search";
  };
}