Merge pull request #38945 from Mic92/pulseaudio

nixos/pulseaudio: pulseaudio.enable should imply sound.enable
This commit is contained in:
Jörg Thalheim
2018-04-15 19:49:01 +01:00
committed by GitHub

View File

@@ -214,6 +214,8 @@ in {
(mkIf cfg.enable {
environment.systemPackages = [ overriddenPackage ];
sound.enable = true;
environment.etc = [
{ target = "asound.conf";
source = alsaConf; }