summary refs log tree commit diff
path: root/nixos/modules/config/pulseaudio.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-04 12:57:12 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-04 14:54:54 +0200
commitf1d465f429252d7c58a920ad9d7ee93e34e7fad9 (patch)
tree6ba37adf4b205f0d204aae8739f9e34557d28c97 /nixos/modules/config/pulseaudio.nix
parentf08c8bc752825ddacb12bcaeea1b2744a45aafd7 (diff)
downloadnixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.tar
nixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.tar.gz
nixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.tar.bz2
nixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.tar.lz
nixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.tar.xz
nixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.tar.zst
nixpkgs-f1d465f429252d7c58a920ad9d7ee93e34e7fad9.zip
pulseaudio: Revert to regular style
Also, the NixOS module uses pulseaudioLight in order to prevent
excessive dependency bloat.
Diffstat (limited to 'nixos/modules/config/pulseaudio.nix')
-rw-r--r--nixos/modules/config/pulseaudio.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/config/pulseaudio.nix b/nixos/modules/config/pulseaudio.nix
index 04f274e99e1..566130feb6d 100644
--- a/nixos/modules/config/pulseaudio.nix
+++ b/nixos/modules/config/pulseaudio.nix
@@ -89,12 +89,12 @@ in {
 
       package = mkOption {
         type = types.package;
-        default = pulseaudioFull;
+        default = pulseaudioLight;
         example = literalExample "pkgs.pulseaudioFull";
         description = ''
-          The PulseAudio derivation to use.  This can be used to disable
-          features (such as JACK support, Bluetooth) that are enabled in the
-          pulseaudioFull package in Nixpkgs.
+          The PulseAudio derivation to use.  This can be used to enable
+          features (such as JACK support, Bluetooth) via the
+          <literal>pulseaudioFull</literal> package.
         '';
       };