services.code-server.extraEnvironment

NixOS option

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 in: nixos/modules/services/web-apps/code-server.nixView source on NixOS/nixpkgs →