From a0455f2daa0613e6d25dfc90e21f3556031a12ed Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 3 Nov 2024 11:50:55 -0800 Subject: Remove broken zynaddsubfx for now --- hosts/common/optional/sound.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index e3b5ac1..ecc3e7d 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -1,7 +1,5 @@ { pkgs, ... }: { - #environment.systemPackages = builtins.attrValues { - # inherit (pkgs) environment.systemPackages = with pkgs; [ bespokesynth cardinal @@ -25,7 +23,6 @@ yabridge yabridgectl yoshimi - zynaddsubfx#; + #zynaddsubfx ]; - #}; } -- cgit v1.2.3