NixOS deployment for LinuxLab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
171 B

1 week ago
  1. {
  2. hardware.pulseaudio.enable = false;
  3. services.pipewire = {
  4. enable = true;
  5. alsa.enable = true;
  6. alsa.support32Bit = true;
  7. pulse.enable = true;
  8. };
  9. }