enable noisesupression
This commit is contained in:
@ -19,22 +19,23 @@ rec {
|
||||
yabridge.enable = true;
|
||||
yabridge.autoSync = true;
|
||||
|
||||
noisesupression = {
|
||||
# easyeffects.enable = true;
|
||||
|
||||
noisetorch.enable = true;
|
||||
noisetorch.autostart = true;
|
||||
};
|
||||
|
||||
vcvrack.enable = true;
|
||||
vital.enable = true;
|
||||
# vital.enable = true;
|
||||
};
|
||||
|
||||
modules.gaming = {
|
||||
enable = true;
|
||||
|
||||
discordChromium.enable = true;
|
||||
polymc.enable = true;
|
||||
bottles.enable = true;
|
||||
|
||||
noisetorch = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
};
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
protonGE = true;
|
||||
|
@ -10,9 +10,11 @@ rec {
|
||||
# TODO: Validate that this doesn't install too much
|
||||
modules.gaming = {
|
||||
enable = true;
|
||||
|
||||
discordChromium.enable = true;
|
||||
};
|
||||
|
||||
modules.audio = {
|
||||
enable = true;
|
||||
noisetorch = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
|
Reference in New Issue
Block a user