From f8d26da7c054c0a4c89ab12993e00f74ea9260a1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 18 Sep 2025 11:42:17 -0400 Subject: add whisper-dictate subservice --- overlay.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'overlay.nix') diff --git a/overlay.nix b/overlay.nix index 1545d9d..53a5086 100644 --- a/overlay.nix +++ b/overlay.nix @@ -5,4 +5,6 @@ self: super: cmdtree = super.callPackage ./pkgs/cmdtree.nix {}; forgit = super.callPackage ./pkgs/forgit.nix {}; zebra = super.callPackage ./pkgs/zebra.nix {}; + + whisper-dictate = super.callPackage ./whisper-dictate {}; } -- cgit v1.2.3