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; [ environment.systemPackages = with pkgs; [
ardour ardour
unfreePkgs.vital unfreePkgs.vital
distrho-ports
cardinal cardinal
calf calf
]; ];

View File

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