Nix-config stop

Disable auto TTS for this session

install
source · Clone the upstream repo
git clone https://github.com/malob/nix-config
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/malob/nix-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/configs/claude/plugins/tts/skills/stop" ~/.claude/skills/malob-nix-config-stop && rm -rf "$T"
manifest: configs/claude/plugins/tts/skills/stop/SKILL.md
source content

Disable text-to-speech for this session by removing the session marker file:

rm -f "${TMPDIR:-/tmp}/tts-enabled-${CLAUDE_SESSION_ID}"

Confirm that TTS is now disabled.