aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-03 11:50:55 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-03 11:50:55 -0800
commita0455f2daa0613e6d25dfc90e21f3556031a12ed (patch)
tree37d48b53c38c232c3d402470d60a9d545eb90779 /hosts/common
parent7092485a6c9a6b87369dca4d22277f6eb82e68cb (diff)
downloadnix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.tar
nix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.tar.gz
nix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.tar.bz2
nix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.tar.lz
nix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.tar.xz
nix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.tar.zst
nix-a0455f2daa0613e6d25dfc90e21f3556031a12ed.zip
Remove broken zynaddsubfx for now
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/sound.nix5
1 files changed, 1 insertions, 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
];
- #};
}