{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ #buildInputs = with pkgs; [ nixos-rebuild home-manager ]; }