MyNixOS website logo
option

systemd.user.settings.Manager.DefaultEnvironment

Configures environment variables passed to all executed processes.

Declarations
Type
attribute set of (null or string or path or package)
Default
{ }
Example
{
  PATH = "%u/bin:%u/.cargo/bin";
}