diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 239ba59e..9fa4b239 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -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; diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index b1fa6afb..b08779d1 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -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;