about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-04 10:34:52 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-04 10:39:20 +0100
commit908ac1d8e7a508d0263c3b473e3e211a4748a4a3 (patch)
treecae912b12395d89c087a22872278f070627be751 /machines/profpatsch/pkgs.nix
parent9737d34e9c51926f0564ddff19868f57a1c2347f (diff)
machines/shiki: add mumble with speex support
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index f5b6f36f..8174399d 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -45,6 +45,8 @@ let
     allowBinSh = true;
   };
 
+  mumble = pkgs.mumble.override { speechdSupport = true; };
+
 in
 { inherit
     mpv
@@ -53,5 +55,6 @@ in
     # fast-init
     pyrnotify
     zoomboxed
+    mumble
     ;
 }