diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-10-14 13:42:33 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-10-14 13:42:33 -0700 |
commit | a02d9d1cb26a8012dc03076ffe2274ecc90825a1 (patch) | |
tree | 59e021ff189b16a7e0b2c0638af3d5634cc73f8e /hosts | |
parent | f9aebf9f5d741c5cd11e4e6ef2a0cf0853997de2 (diff) | |
download | nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.tar nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.tar.gz nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.tar.bz2 nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.tar.lz nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.tar.xz nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.tar.zst nix-a02d9d1cb26a8012dc03076ffe2274ecc90825a1.zip |
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 7cf501a..ac811d3 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 ]; }; } |