services.code-server.extraEnvironment

Additional environment variables to pass to code-server.

Type
attribute set of string
Default
{ }
Example
{
  PKG_CONFIG_PATH = "/run/current-system/sw/lib/pkgconfig";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/code-server.nix>