From 5c3ac9512c8f0d1c8144883c0f61d4befa67c0e5 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 22 May 2022 22:37:19 -0400 Subject: [PATCH] Remove noisetorch oh boy... --- modules/audio.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/audio.nix b/modules/audio.nix index e4e28a4..675a796 100644 --- a/modules/audio.nix +++ b/modules/audio.nix @@ -56,9 +56,9 @@ pkgs.pulseaudio ]; # Add noisetorch for microphone noise canceling - programs.noisetorch = { - enable = true; + #programs.noisetorch = { + # enable = true; TODO: https://github.com/noisetorch/NoiseTorch/releases/tag/0.11.6 # Use latest noisetorch, its a fast moving target - package = unstable.noisetorch; - }; + #package = unstable.noisetorch; + #}; }