| options/nixos/environment.profiles | A list of profiles used to setup the global environment.
|
| options/darwin/environment.profiles | A list of profiles used to setup the global environment.
|
| options/nixos/environment.profileRelativeEnvVars | Attribute set of environment variable
|
| options/nixos/environment.etc | Set of files that have to be linked in /etc.
|
| options/darwin/environment.etc | Set of files that have to be linked in /etc.
|
| options/nixos/environment.profileRelativeSessionVariables | Attribute set of environment variable used in the global
environment
|
| options/nixos/environment.pathsToLink | List of directories to be symlinked in /run/current-system/sw.
|
| options/darwin/environment.pathsToLink | List of directories to be symlinked in /run/current-system/sw.
|
| options/darwin/environment.launchAgents | Set of files that have to be linked in /Library/LaunchAgents.
|
| options/darwin/environment.userLaunchAgents | Set of files that have to be linked in ~/Library/LaunchAgents.
|
| options/darwin/environment.launchDaemons | Set of files that have to be linked in /Library/LaunchDaemons.
|
| options/nixos/environment.unixODBCDrivers | Specifies Unix ODBC drivers to be registered in
/etc/odbcinst.ini
|
| options/nixos/environment.systemPackages | The set of packages that appear in
/run/current-system/sw
|
| options/darwin/environment.systemPackages | The set of packages that appear in
/run/current-system/sw
|
| options/nixos/environment.enableDebugInfo | Some NixOS packages provide debug symbols
|
| options/darwin/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
|
| options/nixos/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
|
| options/nixos/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
|
| options/darwin/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
|
| options/nixos/environment.corePackages | Set of core packages for a normal interactive system
|