summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-21 23:29:25 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-21 23:29:25 +0200
commitff1029ff110c1bd93b39418c0261478e049418d2 (patch)
treee78a6809d9380ff713121c9a5dfb9df46d4e6618
parent55f22c4980e39ecb8deb5414b94bb75eeed00be0 (diff)
downloadnixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar
nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar.gz
nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar.bz2
nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar.xz
nixos-ff1029ff110c1bd93b39418c0261478e049418d2.zip
32 bit for steam
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 27d2bd24..5bfb4dcc 100644
--- a/hel.nix
+++ b/hel.nix
@@ -237,11 +237,13 @@
237 pulseaudio = { 237 pulseaudio = {
238 enable = true; 238 enable = true;
239 package = with pkgs; pulseaudioFull.out; 239 package = with pkgs; pulseaudioFull.out;
240 support32Bit = true;
240 }; 241 };
241 242
242 opengl = { 243 opengl = {
243 enable = true; 244 enable = true;
244 extraPackages = with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]; 245 extraPackages = with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ];
246 driSupport32Bit = true;
245 }; 247 };
246 248
247 bluetooth.enable = true; 249 bluetooth.enable = true;