pub type EnvVars = HashMap<String, HashMap<String, Value>>;
Environment variables per overlay
struct EnvVars { /* private fields */ }