# server.ServerOptions.environment

- **Module:** server.ServerOptions
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/server.ts#L110
- **Page:** https://libtmux.org/en/ts/latest/reference/server-serveroptions-environment/

The complete environment passed to every spawned `tmux` process.

This replaces `process.env`; it is not overlaid on it. Include inherited
entries such as `PATH` explicitly when tmux or its shell needs them. Leave
this unset to inherit the current process environment unchanged.
