Snowfall Lib automatically exports your overlays and applies them to your NixPkgs
instance used within your flake. This includes making the overlaid packages available
to packages in your flake, NixOS systems, Darwin systems, Home Manager, modules, and
overlays.
To create a new overlay, add a new directory to your overlays directory.
Now create the Nix file for the overlay at overlays/my-overlay/default.nix.
This overlay will be made available on your flakeās overlays output with the same
name as the directory that you created.