modules: hardware: sound: refactor options
All checks were successful
continuous-integration/drone/push Build is passing

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 57717d70ef
commit 5abe4e929e
2 changed files with 17 additions and 7 deletions

View file

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