parent
f08acd7c6b
commit
5c3ac9512c
|
@ -56,9 +56,9 @@
|
||||||
pkgs.pulseaudio
|
pkgs.pulseaudio
|
||||||
];
|
];
|
||||||
# Add noisetorch for microphone noise canceling
|
# Add noisetorch for microphone noise canceling
|
||||||
programs.noisetorch = {
|
#programs.noisetorch = {
|
||||||
enable = true;
|
# enable = true; TODO: https://github.com/noisetorch/NoiseTorch/releases/tag/0.11.6
|
||||||
# Use latest noisetorch, its a fast moving target
|
# Use latest noisetorch, its a fast moving target
|
||||||
package = unstable.noisetorch;
|
#package = unstable.noisetorch;
|
||||||
};
|
#};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue