From 369663f168ade306530ddd8b38da5e369f919200 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 10 Aug 2022 18:21:06 +0200 Subject: [PATCH] enable noisesupression --- home/christoph/nixinator/default.nix | 15 ++++++++------- home/christoph/nixtop/default.nix | 4 +++- 2 files changed, 11 insertions(+), 8 deletions(-) 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;