diff --git a/options.html b/options.html index 8de471bda..ea5a6cae2 100644 --- a/options.html +++ b/options.html @@ -5757,15 +5757,15 @@ database, separated by whitespace. The default is <home-manager/modules/programs/ssh.nix>
programs.starship.enable

Whether to enable starship.

Type: boolean

Default: false

Example: true

Declared by:

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

Whether to enable Bash integration.

Type: boolean

Default: true

Declared by:

+
programs.starship.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default: true

Example: true

Declared by:

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

Whether to enable Fish integration.

Type: boolean

Default: true

Declared by:

+
programs.starship.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default: true

Example: true

Declared by:

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

Whether to enable Ion integration.

Type: boolean

Default: true

Declared by:

+
programs.starship.enableIonIntegration

Whether to enable Ion integration.

Type: boolean

Default: true

Example: true

Declared by:

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

Whether to enable Nushell integration.

Type: boolean

Default: true

Declared by:

+
programs.starship.enableNushellIntegration

Whether to enable Nushell integration.

Type: boolean

Default: true

Example: true

Declared by:

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

Whether to enable Zsh integration.

Type: boolean

Default: true

Declared by:

+
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:

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