summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 14:18:03 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 14:18:03 +0200
commitb20a3f9a30a0e7a8a21f610c6d46f07435251293 (patch)
tree34072d9ed12874b2a8cd7babf3c98c04481a5575
parent2d574acd5a985ce29aaf7a7e5625d9b858772488 (diff)
downloadnixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar
nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar.gz
nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar.bz2
nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.tar.xz
nixos-b20a3f9a30a0e7a8a21f610c6d46f07435251293.zip
new pulseaudio output
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3c738148..5f56ed93 100644
--- a/hel.nix
+++ b/hel.nix
@@ -267,7 +267,7 @@
267 hardware = { 267 hardware = {
268 pulseaudio = { 268 pulseaudio = {
269 enable = true; 269 enable = true;
270 package = with pkgs; pulseaudioFull.out; 270 package = with pkgs; pulseaudioFull;
271 support32Bit = true; 271 support32Bit = true;
272 }; 272 };
273 273