common: remove superfluous sound.enable
That option naming is misleading, it is not needed when already using pulseaudio and only enables a pure-ALSA setup.
This commit is contained in:
parent
a17a37f4c1
commit
bc34c7638c
|
@ -122,7 +122,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# decouple pulseaudio application and sink volumes
|
# decouple pulseaudio application and sink volumes
|
||||||
|
|
Loading…
Reference in a new issue