diff --git a/options.html b/options.html index 01ae2b7a..bdb3c2bd 100644 --- a/options.html +++ b/options.html @@ -4810,6 +4810,10 @@ If the text option is set, it will be preferred.

programs.nushell.envFile.text

Text of the nushell env.nu file. If unset then the source option will be preferred.

Type: strings concatenated with "\n"

Default: if source is defined, the content of source, otherwise empty

Declared by:

<home-manager/modules/programs/nushell.nix> +
programs.nushell.environmentVariables

An attribute set that maps an environment variable to a shell interpreted string.

Type: attribute set of string

Default: { }

Example:

{
+  FOO = "BAR";
+}

Declared by:

+ <home-manager/modules/programs/nushell.nix>
programs.nushell.extraConfig

Additional configuration to add to the nushell configuration file.

Type: strings concatenated with "\n"

Default: ""

Declared by:

<home-manager/modules/programs/nushell.nix>
programs.nushell.extraEnv

Additional configuration to add to the nushell environment variables file.

Type: strings concatenated with "\n"

Default: ""

Declared by: