diff --git a/options.html b/options.html index 93366e1cd..6c43a3b81 100644 --- a/options.html +++ b/options.html @@ -7810,7 +7810,7 @@ strings concatenated with ā€œ\nā€

Default:

programs.nushell.envFile

The environment variables file to be used for nushell.

See https://www.nushell.sh/book/configuration.html#configuration for more information.

Type: null or (submodule)

Default: null

Example:

''
-  let-env FOO = 'BAR'
+  $env.FOO = 'BAR'
 ''
 

Declared by:

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