programs.chawan.enable
Whether to enable chawan, A TUI web browser.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.chawan.package
The chawan package to use.
Type: null or package
Default:
pkgs.chawan
Declared by:
programs.chawan.settings
Configuration options for chawan.
See cha-config(5)
Type: TOML value
Default:
{ }
Example:
{
buffer = {
autofocus = true;
images = true;
};
page = {
C-k = "() => pager.load('ddg:')";
};
}
Declared by: