diff --git a/options.xhtml b/options.xhtml index f374cd827..7d876ba43 100644 --- a/options.xhtml +++ b/options.xhtml @@ -46008,6 +46008,91 @@ list of string

+
+ + programs.numbat.enable + + +
+
+

Whether to enable Numbat.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/numbat.nix> + +
+
+
+ + programs.numbat.package + + +
+
+

The numbat package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.numbat

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/numbat.nix> + +
+
+
+ + 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:

+ + +
+ +<home-manager/modules/programs/numbat.nix> + +
+
programs.nushell.enable