| environment.profiles | A list of profiles used to setup the global environment.
|
| environment.etc | Set of files that have to be linked in /etc.
|
| environment.profileRelativeEnvVars | Attribute set of environment variable
|
| environment.pathsToLink | List of directories to be symlinked in /run/current-system/sw.
|
| environment.unixODBCDrivers | Specifies Unix ODBC drivers to be registered in
/etc/odbcinst.ini
|
| environment.profileRelativeSessionVariables | Attribute set of environment variable used in the global
environment
|
| environment.systemPackages | The set of packages that appear in
/run/current-system/sw
|
| environment.enableDebugInfo | Some NixOS packages provide debug symbols
|
| environment.defaultPackages | Set of default packages that aren't strictly necessary
for a running system, entries can be removed for a more
minimal NixOS installation
|
| environment.extraOutputsToInstall | Entries listed here will be appended to the meta.outputsToInstall attribute for each package in environment.systemPackages, and the files from the corresponding derivation outputs symlinked into /run/current-system/sw
|
| environment.corePackages | Set of core packages for a normal interactive system
|