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; + #}; }