fix(home-manager): point towards the correct package for rnnoise
This commit is contained in:
parent
d3948c7910
commit
bbcb305c75
|
@ -168,7 +168,7 @@
|
|||
{
|
||||
type = ladspa
|
||||
name = rnnoise
|
||||
plugin = ${rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
|
||||
plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
|
||||
label = noise_suppressor_mono
|
||||
control = {
|
||||
"VAD Threshold (%)" = 75.0
|
||||
|
|
Loading…
Reference in a new issue