{pkgs, ...}: { environment.systemPackages = with pkgs; [ (python311Full.withPackages(ps: with ps; [ pygame shapely ])) ]; }