Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I also have Pipewire running on NixOS. This is what I recommend configuring:

  services.pipewire = {
    enable = true;
    alsa.enable = true;
    alsa.support32Bit = true;
    jack.enable = true;
    pulse.enable = true;
    socketActivation = true;
  };
That allows me to run pretty much any application that uses ALSA, JACK, or PulseAudio.


That gave me "services.pipewire.alsa" does not exist on 20.09; does this require unstable?


I believe so, I am on the unstable channel.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: