chore: sync settings
This commit is contained in:
parent
77117b8eec
commit
055501e76b
|
@ -172,7 +172,7 @@
|
||||||
plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
|
plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
|
||||||
label = noise_suppressor_mono
|
label = noise_suppressor_mono
|
||||||
control = {
|
control = {
|
||||||
"VAD Threshold (%)" = 20.0
|
"VAD Threshold (%)" = 30.0
|
||||||
"VAD Grace Period (ms)" = 300
|
"VAD Grace Period (ms)" = 300
|
||||||
"Retroactive VAD Grace (ms)" = 0
|
"Retroactive VAD Grace (ms)" = 0
|
||||||
}
|
}
|
||||||
|
@ -240,4 +240,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "qtct";
|
platformTheme = "qtct";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Configure XDG
|
||||||
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
"text/html" = "firefox";
|
||||||
|
"x-scheme-handler/http" = "firefox";
|
||||||
|
"x-scheme-handler/https" = "firefox";
|
||||||
|
"x-scheme-handler/about" = "firefox";
|
||||||
|
"x-scheme-handler/unknown" = "firefox";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue