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