nix-config/machines/aramis/sound.nix
Bruno BELANYI 4b6f6423db 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.
2021-06-27 01:59:07 +02:00

9 lines
87 B
Nix

{ ... }:
{
my.hardware.sound = {
pipewire = {
enable = true;
};
};
}