From ff1029ff110c1bd93b39418c0261478e049418d2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 May 2016 23:29:25 +0200 Subject: 32 bit for steam --- hel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hel.nix b/hel.nix index 27d2bd24..5bfb4dcc 100644 --- a/hel.nix +++ b/hel.nix @@ -237,11 +237,13 @@ pulseaudio = { enable = true; package = with pkgs; pulseaudioFull.out; + support32Bit = true; }; opengl = { enable = true; extraPackages = with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]; + driSupport32Bit = true; }; bluetooth.enable = true; -- cgit v1.2.3