{ jq, substituteAll, sway, tmux, writeShellScriptBin, ... }: writeShellScriptBin "tmux-open" (builtins.readFile (substituteAll { src = ./tmux-open.sh; env = {inherit jq sway tmux;}; }))