From d1d814ac0e6e6f497b51d5ee742d3c608e53eb49 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 1 Dec 2024 19:31:31 +0000 Subject: [PATCH] deploy: e71e678d18d1a24e01d823ccb72df13f9e82f65b --- options.xhtml | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) diff --git a/options.xhtml b/options.xhtml index 6fa71a27f..b27b57964 100644 --- a/options.xhtml +++ b/options.xhtml @@ -38086,6 +38086,139 @@ package

+
+ + programs.nix-your-shell.enable + + +
+
+

Whether to enable nix-your-shell, a wrapper for nix develop or nix-shell +to retain the same shell inside the new environment.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

Whether to enable Fish integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/nix-your-shell.nix> + +
+
+
+ + programs.nix-your-shell.enableNushellIntegration + + +
+
+

Whether to enable Nushell integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

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

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

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

The nix-your-shell package to use.

+ +

Type: +package

+ +

Default: +pkgs.nix-your-shell

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/nix-your-shell.nix> + +
+
programs.nnn.enable