From 86dd6a8727563f973b72f9729f867c667deead29 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 8 Aug 2025 00:39:55 +0000 Subject: [PATCH] deploy: cc2fa2331aebf9661d22bb507d362b39852ac73f --- options.xhtml | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) diff --git a/options.xhtml b/options.xhtml index 9441ff236..5bcf4c590 100644 --- a/options.xhtml +++ b/options.xhtml @@ -63203,6 +63203,163 @@ string

+
+ + programs.sheldon.enable + + +
+
+

Whether to enable sheldon.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sheldon.nix> + +
+
+
+ + programs.sheldon.enableBashIntegration + + +
+
+

Whether to enable Bash integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableBashIntegration

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sheldon.nix> + +
+
+
+ + programs.sheldon.enableFishIntegration + + +
+
+

Whether to enable Fish integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableFishIntegration

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sheldon.nix> + +
+
+
+ + programs.sheldon.enableZshIntegration + + +
+
+

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableZshIntegration

+ +

Example: +false

+ +

Declared by:

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

The sheldon package to use.

+ +

Type: +package

+ +

Default: +pkgs.sheldon

+ +

Declared by:

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

Type: +TOML value

+ +

Default: +{ }

+ +

Example: +

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sheldon.nix> + +
+
programs.sherlock.enable