From 826b290859173aa22cca0e2a4b961feb8cb6892e Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 10 Aug 2022 21:38:43 +0200 Subject: [PATCH] enable nixinator distrho, discord, noisesuppression --- home/christoph/nixinator/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 9fa4b239..f6f18724 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -19,15 +19,14 @@ rec { yabridge.enable = true; yabridge.autoSync = true; - noisesupression = { -# easyeffects.enable = true; - + noisesuppression = { noisetorch.enable = true; noisetorch.autostart = true; }; vcvrack.enable = true; # vital.enable = true; + distrho.enable = true; }; modules.gaming = { @@ -35,6 +34,7 @@ rec { polymc.enable = true; bottles.enable = true; + discordChromium.enable = true; steam = { enable = true;