programs.carapace.enable
Whether to enable carapace, a multi-shell multi-command argument completer.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.carapace.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Example:
false
Declared by:
programs.carapace.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.carapace.enableNushellIntegration
Whether to enable Nushell integration.
Type: boolean
Example:
false
Declared by:
programs.carapace.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Example:
false
Declared by:
programs.carapace.package
The carapace package to use.
Type: package
Default:
pkgs.carapace
Declared by:
programs.carapace.ignoreCase
Whether to enable case-insensitive matching for carapace completions.
When enabled, the carapace binary is wrapped with CARAPACE_MATCH
set to 1.
Type: boolean
Default:
false
Declared by: