From d1d814ac0e6e6f497b51d5ee742d3c608e53eb49 Mon Sep 17 00:00:00 2001
From: rycee
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