programs.formiko.enable
Whether to enable formiko.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.formiko.package
The formiko package to use.
Type: null or package
Default:
pkgs.formiko
Declared by:
programs.formiko.settings
Configuration settings for formiko. All the available options can be found by looking at ~/.config/formiko.ini.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default:
{ }
Example:
{
editor = {
auto_indent = false;
check_spelling = false;
period_save = true;
};
main = {
auto_scroll = true;
parser = "json";
preview = 0;
writer = "tiny";
};
}
Declared by: