From b9d95baf551f9a80af894077779a22d5e9f0e6a5 Mon Sep 17 00:00:00 2001
From: ncfavier
Text of the nushell Type: strings concatenated with "\n" Default: Declared by: An attribute set that maps an environment variable to a shell interpreted string. Type: attribute set of string Default: Example: Declared by: Additional configuration to add to the nushell configuration file. Type: strings concatenated with "\n" Default: Declared by: Additional configuration to add to the nushell environment variables file. Type: strings concatenated with "\n" Default: Declared by:programs.nushell.envFile.text
env.nu
file.
If unset then the source option will be preferred.if source is defined, the content of source, otherwise empty
<home-manager/modules/programs/nushell.nix>
+
programs.nushell.environmentVariables
{ }
{
+ FOO = "BAR";
+}
+ <home-manager/modules/programs/nushell.nix>
programs.nushell.extraConfig
""
<home-manager/modules/programs/nushell.nix>
programs.nushell.extraEnv
""