MyNixOS website logo
option

systemd.user.services.<name>.Service.Environment

Environment variables available to executed processes.

Declarations
Type
(list of string) or string convertible to it
Default
[ ]
Example
[
  "VAR1=foo"
  "VAR2=\"bar baz\""
]