nixos: hardware: sound: remove ALSA
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Not needed for Pulseaudio.
This commit is contained in:
Bruno BELANYI 2024-07-11 13:16:52 +00:00
parent e8652cbc16
commit 6b00d6a499

View file

@ -54,9 +54,6 @@ in
# Pulseaudio setup
(lib.mkIf cfg.pulse.enable {
# ALSA
sound.enable = true;
hardware.pulseaudio.enable = true;
})
]);