summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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