Add noisetorch for microphone noise suppression

This commit is contained in:
Evie Litherland-Smith 2024-03-30 07:48:27 +00:00
parent 096d63efbf
commit b662e6e24d

View file

@ -50,7 +50,10 @@
options = "ctrl:nocaps";
};
};
programs.dconf.enable = true;
programs = {
dconf.enable = true;
noisetorch.enable = true;
};
gtk.iconCache.enable = true;
qt = {
enable = true;