| environment.extraSetup | Shell fragments to be run after the system environment has been created
|
| environment.etc | Set of files that have to be linked in /etc.
|
| environment.ldso | The executable to link into the normal FHS location of the ELF loader.
|
| environment.homeBinInPath | Include ~/bin/ in $PATH.
|
| environment.extraInit | Shell script code called during global environment initialisation
after all variables and profileVariables have been set
|
| environment.profiles | A list of profiles used to setup the global environment.
|
| environment.localBinInPath | Add ~/.local/bin/ to $PATH
|
| environment.pathsToLink | List of directories to be symlinked in /run/current-system/sw.
|
| environment.ldso32 | The executable to link into the normal FHS location of the 32-bit ELF loader
|
| environment.shells | A list of permissible login shells for user accounts
|
| environment.shellInit | Shell script code called during shell initialisation
|
| environment.freetds | Configure freetds database entries
|
| environment.profileRelativeEnvVars | Attribute set of environment variable
|
| environment.variables | A set of environment variables used in the global environment
|
| environment.loginShellInit | Shell script code called during login shell initialisation
|
| environment.enableAllTerminfo | Whether to install all terminfo outputs
|
| 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.unixODBCDrivers | Specifies Unix ODBC drivers to be registered in
/etc/odbcinst.ini
|
| environment.sessionVariables | A set of environment variables used in the global environment
|
| 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.systemPackages | The set of packages that appear in
/run/current-system/sw
|
| environment.enableDebugInfo | Some NixOS packages provide debug symbols
|
| environment.profileRelativeSessionVariables | Attribute set of environment variable used in the global
environment
|
| environment.debuginfodServers | List of urls of debuginfod servers for tools like gdb and valgrind to use
|
| 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.interactiveShellInit | Shell script code called during interactive shell initialisation
|
| environment.checkConfigurationOptions | Alias of _module.check.
|