| options/nixos/environment.extraSetup | Shell fragments to be run after the system environment has been created
|
| options/darwin/environment.extraSetup | Shell fragments to be run after the system environment has been created
|
| 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.ldso | The executable to link into the normal FHS location of the ELF loader.
|
| options/nixos/environment.homeBinInPath | Include ~/bin/ in $PATH.
|
| 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.extraInit | Shell script code called during global environment initialisation
after all variables and profileVariables have been set
|
| options/darwin/environment.extraInit | Shell script code called during global environment initialisation
after all variables and profileVariables have been set
|
| options/nixos/environment.localBinInPath | Add ~/.local/bin/ to $PATH
|
| 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.systemPath | The set of paths that are added to PATH.
|
| options/nixos/environment.ldso32 | The executable to link into the normal FHS location of the 32-bit ELF loader
|
| options/nixos/environment.shells | A list of permissible login shells for user accounts
|
| options/darwin/environment.variables | A set of environment variables used in the global environment
|
| options/nixos/environment.shellInit | Shell script code called during shell initialisation
|
| options/darwin/environment.shellInit | Shell script code called during shell initialisation
|
| options/nixos/environment.freetds | Configure freetds database entries
|
| options/darwin/environment.launchAgents | Set of files that have to be linked in /Library/LaunchAgents.
|
| options/nixos/environment.profileRelativeEnvVars | Attribute set of environment variable
|
| options/nixos/environment.variables | A set of environment variables used in the global environment
|
| options/darwin/environment.shells | A list of permissible login shells for user accounts
|
| 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.loginShellInit | Shell script code called during login shell initialisation
|
| options/darwin/environment.loginShellInit | Shell script code called during login shell initialisation
|
| options/darwin/environment.darwinConfig | The path of the darwin configuration.nix used to configure the system,
this updates the default darwin-config entry in NIX_PATH
|
| options/darwin/environment.shellAliases | An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs
|
| options/nixos/environment.enableAllTerminfo | Whether to install all terminfo outputs
|
| options/darwin/environment.enableAllTerminfo | Whether to install all terminfo outputs
|
| options/nixos/environment.shellAliases | An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs
|
| options/nixos/environment.unixODBCDrivers | Specifies Unix ODBC drivers to be registered in
/etc/odbcinst.ini
|
| options/nixos/environment.sessionVariables | A set of environment variables used in the global environment
|
| 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.profileRelativeSessionVariables | Attribute set of environment variable used in the global
environment
|
| 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/nixos/environment.debuginfodServers | List of urls of debuginfod servers for tools like gdb and valgrind to use
|
| 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.corePackages | Set of core packages for a normal interactive system
|
| options/nixos/environment.interactiveShellInit | Shell script code called during interactive shell initialisation
|
| options/darwin/environment.interactiveShellInit | Shell script code called during interactive shell initialisation
|
| options/nixos/environment.checkConfigurationOptions | Alias of _module.check.
|