Because std avoids first-class support for fix-point logic (like global overlays) at the framework level to maintain local reasoning, users who need to apply overlays must scope them to a specific Cell Block.
When working with the Nix package collection, you can apply overlays using the appendOverlays method. Note that every time you move the fix-point via appendOverlays, it triggers a complete re-evaluation of nixpkgs, which carries a small performance penalty but preserves the project's goal of balancing productivity with ease of onboarding.
nixpkgs.appendOverlays [ /* ... */ ]