nixos/pulseaudio: don't use dev output at runtime
This commit is contained in:
parent
2780894b1b
commit
b3317a020e
@ -98,9 +98,9 @@ in {
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pulseaudioLight;
|
default = pulseaudioLight.out;
|
||||||
defaultText = "pkgs.pulseaudioLight";
|
defaultText = "pkgs.pulseaudioLight.out";
|
||||||
example = literalExample "pkgs.pulseaudioFull";
|
example = literalExample "pkgs.pulseaudioFull.out";
|
||||||
description = ''
|
description = ''
|
||||||
The PulseAudio derivation to use. This can be used to enable
|
The PulseAudio derivation to use. This can be used to enable
|
||||||
features (such as JACK support, Bluetooth) via the
|
features (such as JACK support, Bluetooth) via the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user