services.openvscode-server.extraEnvironment
NixOS option
Additional environment variables to pass to openvscode-server.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/openvscode-server.nixView source on NixOS/nixpkgs →{
PKG_CONFIG_PATH = "/run/current-system/sw/lib/pkgconfig";
}