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
commit 70cd5d81e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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