| 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.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.corePackages | Set of core packages for a normal interactive system
|
| environment.systemPackages | The set of packages that appear in
/run/current-system/sw
|