From 4a55110d85a54f5bf58a8d79988c59132c8bad94 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Mon, 19 Jun 2023 19:57:47 +0000 Subject: [PATCH] deploy: f06a43dca05fb7f1aa44742bf861d9c827b45122 --- options.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/options.html b/options.html index 2d483c20..e9ba85dd 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: