programs.numbat.enable
Whether to enable Numbat.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.numbat.package
The numbat package to use.
Type: null or package
Default:
pkgs.numbat
Declared by:
programs.numbat.initFile
User initialization file (init.nbt) contents. May be specified
inline or as a path to a source file.
Type: null or strings concatenated with ā\nā or absolute path
Default:
null
Example:
''
unit kohm: ElectricResistance = kV/A
''
Declared by:
programs.numbat.settings
Options to add to config.toml. See
https://numbat.dev/doc/cli-customization.html#configuration for options.
Type: TOML value
Default:
{ }
Example:
{
exchange-rates = {
fetching-policy = "on-first-use";
};
intro-banner = "short";
prompt = "> ";
}
Declared by: