diff --git a/options.html b/options.html index 2d483c206..e9ba85dd7 100644 --- a/options.html +++ b/options.html @@ -6361,6 +6361,13 @@ database, separated by whitespace. The default is <home-manager/modules/programs/starship.nix>
programs.starship.enableNushellIntegration

Whether to enable Nushell integration.

Type: boolean

Default: true

Example: true

Declared by:

<home-manager/modules/programs/starship.nix> +
programs.starship.enableTransience

The TransientPrompt feature of Starship replaces previous prompts with a +custom string. This is only a valid option for the Fish shell. + +For documentation on how to change the default replacement string and +for more information visit +https://starship.rs/advanced-config/#transientprompt-and-transientrightprompt-in-cmd

Type: boolean

Default: false

Declared by:

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

Whether to enable Zsh integration.

Type: boolean

Default: true

Example: true

Declared by:

<home-manager/modules/programs/starship.nix>
programs.starship.package

The package to use for the starship binary.

Type: package

Default: pkgs.starship

Declared by: