0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pulseaudio: Resolve conflicting asound.conf of pulseaudio and alsa

Fixes issue #25790.
This commit is contained in:
Balletie 2017-07-01 00:01:58 +02:00
parent d4f45ae393
commit 44fadbb9bd
No known key found for this signature in database
GPG key ID: A728847A61ACE466
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,7 @@ with lib;
let
cfg = config.hardware.pulseaudio;
alsaCfg = config.sound;
systemWide = cfg.enable && cfg.systemWide;
nonSystemWide = cfg.enable && !cfg.systemWide;
@ -76,6 +77,7 @@ let
ctl.!default {
type pulse
}
${alsaCfg.extraConfig}
'');
in {