fixed weird jack incompatibility and added some more synths

This commit is contained in:
2026-08-16 16:59:13 +01:00
parent def20c0070
commit fe71483c3d
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
environment.systemPackages = with pkgs; [
ardour
unfreePkgs.vital
distrho-ports
cardinal
calf
];

View File

@@ -12,6 +12,8 @@
playerctl
pavucontrol
pulseaudioFull
pipewire
pipewire.jack
];
services.pulseaudio.enable = false;
security.rtkit.enable = true;
@@ -24,6 +26,7 @@
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
wireplumber.enable = true;
};
};
}