From b9d95baf551f9a80af894077779a22d5e9f0e6a5 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Wed, 3 May 2023 22:13:31 +0000 Subject: [PATCH] deploy: 788777b536df6e4c48fa158a9245c6f8a82beb43 --- options.html | 4 ++++ 1 file changed, 4 insertions(+) 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: