| nixpkgs.pkgs | If set, the pkgs argument to all nix-darwin modules is the value of
this option, extended with nixpkgs.overlays, if
that is also set
|
| nixpkgs.overlays | List of overlays to apply to Nixpkgs
|
| nixpkgs.config | Global configuration for Nixpkgs
|
| nixpkgs.system | Specifies the Nix platform type on which nix-darwin should be built
|
| nixpkgs.hostPlatform | Specifies the platform where the nix-darwin configuration will run
|
| nixpkgs.source | The path to import Nixpkgs from
|
| nixpkgs.buildPlatform | Specifies the platform on which nix-darwin should be built
|
| _module.args | Additional arguments passed to each module in addition to ones
like lib, config,
and pkgs, modulesPath
|