| environment.shellInit | Shell script code called during shell initialisation
|
| environment.systemPackages | The set of packages that appear in
/run/current-system/sw
|
| environment.loginShellInit | Shell script code called during login shell initialisation
|
| environment.shellAliases | An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs
|
| environment.launchAgents | 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.interactiveShellInit | Shell script code called during interactive shell initialisation
|
| 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.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.profiles | A list of profiles used to setup the global environment.
|
| environment.extraSetup | Shell fragments to be run after the system environment has been created
|
| environment.enableAllTerminfo | Whether to install all terminfo outputs
|
| environment.userLaunchAgents | Set of files that have to be linked in ~/Library/LaunchAgents.
|
| environment.variables | A set of environment variables used in the global environment
|
| environment.shells | A list of permissible login shells for user accounts
|
| environment.extraInit | Shell script code called during global environment initialisation
after all variables and profileVariables have been set
|
| environment.darwinConfig | The path of the darwin configuration.nix used to configure the system,
this updates the default darwin-config entry in NIX_PATH
|
| environment.pathsToLink | List of directories to be symlinked in /run/current-system/sw.
|
| environment.etc | Set of files that have to be linked in /etc.
|
| environment.systemPath | The set of paths that are added to PATH.
|