From defcb57b68ce2a181acb68b1c741f9326e57b6fb Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 27 Oct 2025 14:14:24 +0000 Subject: [PATCH] deploy: aa888ffc10cad3ab6595039342f97d524fd620bf --- options.xhtml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/options.xhtml b/options.xhtml index f55e7f9e4..5ef845f88 100644 --- a/options.xhtml +++ b/options.xhtml @@ -48459,6 +48459,89 @@ null or attribute sets or lists of strings

+
+ + programs.kraftkit.enable + + +
+
+

Whether to enable kraftkit - CLI to build and use customized unikernel VMs.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The kraft package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.kraft

+ +

Declared by:

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

Configuration written to $XDG_CONFIG_HOME/kraftkit/config.yaml.

+ +

Type: +YAML 1.1 value

+ +

Default: +{ }

+ +

Example:

no_prompt = true;
+log = {
+  level = "info";
+  type = "fancy";
+};
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/kraftkit.nix> + +
+
programs.kubecolor.enable