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:
programs.nix-your-shell.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.nix-your-shell.enableNushellIntegration
Whether to enable Nushell integration.
Type: boolean
Example:
false
Declared by:
programs.nix-your-shell.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Example:
false
Declared by:
programs.nix-your-shell.package
The nix-your-shell package to use.
Type: package
Default:
pkgs.nix-your-shell
Declared by:
programs.nix-your-shell.nix-output-monitor.enable
Whether to enable nix-output-monitor. Pipe your nix-build output through the nix-output-monitor a.k.a nom to get additional information while building .
Type: boolean
Default:
false
Example:
true
Declared by:
programs.nix-your-shell.nix-output-monitor.package
The nix-output-monitor package to use.
Type: package
Default:
pkgs.nix-output-monitor
Declared by: