summaryrefslogtreecommitdiff
path: root/overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlay.nix')
-rw-r--r--overlay.nix2
1 files changed, 2 insertions, 0 deletions
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 {};
}