diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-10-07 00:45:25 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-10-07 00:45:25 -0700 |
commit | bcdb1b5a768a63729db3027ca4ecd04f7043402a (patch) | |
tree | fd523a001cf5ad968e58837dbb47ee77aa4b787f /hosts | |
parent | e38da79cb518c2756359f41392f6566dc6a397cc (diff) | |
download | nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.tar nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.tar.gz nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.tar.bz2 nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.tar.lz nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.tar.xz nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.tar.zst nix-bcdb1b5a768a63729db3027ca4ecd04f7043402a.zip |
Remove broken zynaddsubfx
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/optional/sound.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index 1cbff22..9ec9ceb 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -45,7 +45,7 @@ pkgs.yabridgectl pkgs.yoshimi pkgs.zam-plugins - pkgs.zynaddsubfx + #pkgs.zynaddsubfx ]; }; } |