{ pkgs ? import { overlays = [ (import ./default.nix) ]; } }: pkgs.mkShell { buildInputs = with pkgs; [ gohome ]; }