Remove noisetorch

oh boy...
This commit is contained in:
Nathan McCarty 2022-05-22 22:37:19 -04:00
parent f08acd7c6b
commit 5c3ac9512c
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 4 deletions

View File

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