aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
];
- #};
}