From 908ac1d8e7a508d0263c3b473e3e211a4748a4a3 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 4 Feb 2021 10:34:52 +0100 Subject: machines/shiki: add mumble with speex support --- machines/profpatsch/pkgs.nix | 3 +++ machines/profpatsch/shiki.nix | 1 + 2 files changed, 4 insertions(+) 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 ; } diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 035e7104..d078aa71 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -215,6 +215,7 @@ in { gimp # graphics inkscape # vector graphics libreoffice # a giant ball of C++, that sometimes helps with proprietary shitformats + myPkgs.mumble myPkgs.mpv # you are my sun and my stars, and you play my stuff. pass # standard unix password manager picard # jean-luc, music tagger -- cgit 1.4.1