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: 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:
Example: Declared by:programs.nushell.envFilenull''
- let-env FOO = 'BAR'
+ $env.FOO = 'BAR'
''
<home-manager/modules/programs/nushell.nix>