MyNixOS website logo
option

systemd.user.settings.Manager.ManagerEnvironment

Sets environment variables just for the manager process itself.

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