nixos: hardware: sound: remove ALSA
`sound.enable` was removed from the latest release, and is unnecessary with PulseAudio.
This commit is contained in:
parent
3ac85b8762
commit
baa853477d
|
@ -54,9 +54,6 @@ in
|
|||
|
||||
# Pulseaudio setup
|
||||
(lib.mkIf cfg.pulse.enable {
|
||||
# ALSA
|
||||
sound.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
})
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue