modules: hardware: sound: refactor options

Do not enable ALSA when using pipewire. Ensure that both pulseaudio and
pipewire are not configured at the same time.
This commit is contained in:
Bruno BELANYI 2021-06-26 23:35:31 +02:00
parent a5d3f7f861
commit 4b6f6423db
2 changed files with 17 additions and 7 deletions

View file

@ -1,8 +1,6 @@
{ ... }:
{
my.hardware.sound = {
enable = true;
pipewire = {
enable = true;
};