From b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 5 Jun 2026 11:06:02 +0100 Subject: Move more host tooling to Nix --- dot_local/bin/executable_dictate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_local/bin/executable_dictate') diff --git a/dot_local/bin/executable_dictate b/dot_local/bin/executable_dictate index bf1157c..7ad80bb 100644 --- a/dot_local/bin/executable_dictate +++ b/dot_local/bin/executable_dictate @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env dash # Push-to-talk dictation. Toggle: 1st invocation starts recording; # 2nd stops, transcribes via whisper.cpp, types the result into the focused # window with wtype, and copies it to the clipboard. -- cgit v1.3.1