environment.systemPackages

NixOS option

The set of packages that appear in /run/current-system/sw. These packages are automatically available to all users, and are automatically updated every time you rebuild the system configuration. (The latter is the main difference with installing them in the default profile, /nix/var/nix/profiles/default.

type: list of package
Default
[ ]
Example
[ pkgs.firefox pkgs.thunderbird ]
declared in: nixos/modules/config/system-path.nixView source on NixOS/nixpkgs →