MyNixOS website logo
option

services.code-server.extraEnvironment

Additional environment variables to pass to code-server.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  PKG_CONFIG_PATH = "/run/current-system/sw/lib/pkgconfig";
}