Do not enable ALSA when using pipewire. Ensure that both pulseaudio and pipewire are not configured at the same time.
8 lines
87 B
Nix
8 lines
87 B
Nix
{ ... }:
|
|
{
|
|
my.hardware.sound = {
|
|
pipewire = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|