{ pkgs ? import {} }: (pkgs.buildFHSEnv { name = "playground-fhs-env"; targetPkgs = pkgs: with pkgs; [ tmux fish git # for ComfyUI-Manager ]; runScript = "./run-playground.sh"; }).env