MyNixOS website logo
option

programs.nushell.environmentVariables

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

Declarations
Type
attribute set of string
Default
{ }
Example
{
  FOO = "BAR";
}