{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ fontforge python3 xorg.mkfontdir ]; }