From 9bdab91b1189901bc36869b434a093db0189f8a0 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 21 Mar 2025 04:15:39 +0000 Subject: [PATCH] deploy: d61711497be9ad6a6633aaf203b038b5a970621f --- options.xhtml | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/options.xhtml b/options.xhtml index 1171c9789..4cf4a8fe2 100644 --- a/options.xhtml +++ b/options.xhtml @@ -31145,6 +31145,99 @@ string

+
+ + programs.iamb.enable + + +
+
+

Whether to enable iamb.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The iamb package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.iamb

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/iamb.nix> + +
+
+
+ + programs.iamb.settings + + +
+
+

Configuration written to +$XDG_CONFIG_HOME/iamb/config.toml.

See https://iamb.chat/configure.html for the full list +of options.

+ +

Type: +TOML value

+ +

Default: +{ }

+ +

Example:

{
+  default_profile = "personal";
+  settings = {
+    notifications.enabled = true;
+    image_preview.protocol = {
+      type = "kitty";
+      size = {
+        height = 10;
+        width = 66;
+      };
+    };
+  };
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/iamb.nix> + +
+
programs.imv.enable