# this folder is for derivation overlays
{inputs, ...}: {
  nixpkgs.overlays = [
    inputs.steam-fetcher.overlays.default
  ];
}