programs.amfora.enable
Whether to enable amfora.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.amfora.package
The amfora package to use.
Type: null or package
Default:
pkgs.amfora
Declared by:
programs.amfora.bookmarks
Bookmarks file for amfora. It’s highly recommended that you edit this file through the program itself, and then look at $XDG_DATA_HOME/amfora/bookmarks.xml
Type: string or absolute path
Default:
""
Example:
''
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xbel
PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.1//EN//XML"
"http://www.python.org/topics/xml/dtds/xbel-1.1.dtd">
<xbel version="1.1">
<bookmark href="gemini://example.com/">
<title>Example Bookmark</title>
</bookmark>
</xbel>
''
Declared by:
programs.amfora.settings
Configuration settings for amfora. All available options can be found here: https://github.com/makew0rld/amfora/blob/master/default-config.toml.
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";
};
}
Declared by: