| 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.pathsToLink | List of directories to be symlinked in /run/current-system/sw.
|
| environment.launchAgents | Set of files that have to be linked in /Library/LaunchAgents.
|
| environment.userLaunchAgents | Set of files that have to be linked in ~/Library/LaunchAgents.
|
| environment.launchDaemons | Set of files that have to be linked in /Library/LaunchDaemons.
|
| environment.systemPackages | The set of packages that appear in
/run/current-system/sw
|
| 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
|