The NixOS manual specifies:
A list of overlays placed into
~/.config/nixpkgs/overlays.nix
will be automatically loaded by all nix tools.Alternatively, you can put each overlay in its own .nix file under your
~/.config/nixpkgs/overlays
directory.
However, nix-darwin uses ~/.nixpkgs/darwin-configuration.nix
. Is there any overlays directory that gets auto-imported under nix-darwin, and if not, is there an idiomatic way to enable it?
Thanks.