Talk:Audio

From NixOS Wiki
Revision as of 19:58, 23 August 2017 by imported>Volth

Latest comment: 23 August 2017 by Volth

is

nixpkgs.config.pulseaudio = true;

really required to enable audio for the user? what does the configuration enable?


I do not have this configured on any of my systems but all of pulseaudio seems to be working fine --Fadenb (talk) 15:54, 23 August 2017 (UTC)Reply

It enables pulseaudio support in the apps which is by default compiled without pulseaudio support ("grep config.pulseaudio all-packages.nix" to get the list of such apps). Volth (talk) 19:58, 23 August 2017 (UTC)Reply