chore: sync settings

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-11-29 10:15:32 -03:00
parent 77117b8eec
commit 055501e76b
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -172,7 +172,7 @@
plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
label = noise_suppressor_mono
control = {
"VAD Threshold (%)" = 20.0
"VAD Threshold (%)" = 30.0
"VAD Grace Period (ms)" = 300
"Retroactive VAD Grace (ms)" = 0
}
@ -240,4 +240,13 @@
enable = true;
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";
};
}