From 06f776a794fda24149cc078b02b35a953d5904c0 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 16:40:14 +0200 Subject: [PATCH] remove audio extraPackages --- home/christoph/nixinator/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 651cb5f1..680beb70 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -11,12 +11,14 @@ rec { enable = true; carla.enable = true; - bitwig.enable = false; + bitwig.enable = true; + faust.enable = true; bottles.enable = true; + tenacity.enable = true; + vcvrack.enable = true; + yabridge.enable = true; yabridge.autoSync = true; - - extraPackages = with pkgs; [ audacity vcv-rack ]; }; modules.gaming = {