From 5ea274aeb65793f1e6716009404500b3ea526a25 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Fri, 24 Feb 2023 22:17:07 +0000 Subject: [PATCH] deploy: 664945b3e09b4551c4e63e16efebd493cf5eac74 --- options.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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>