From 9c2fdff1ba1142d5ce7aa18b4bacd0ebee1a44f2 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Tue, 1 Aug 2023 17:28:25 +0000 Subject: [PATCH] deploy: 8c731978f0916b9a904d67a0e53744ceff47882c --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>