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