{ pkgs ? import { } }: let py = pkgs.python312.withPackages (ps: [ ps.requests ps.pillow ]); in pkgs.mkShell { packages = [ py pkgs.playerctl ]; }