diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-21 23:29:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-21 23:29:25 +0200 |
commit | ff1029ff110c1bd93b39418c0261478e049418d2 (patch) | |
tree | e78a6809d9380ff713121c9a5dfb9df46d4e6618 /hel.nix | |
parent | 55f22c4980e39ecb8deb5414b94bb75eeed00be0 (diff) | |
download | nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar.gz nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar.bz2 nixos-ff1029ff110c1bd93b39418c0261478e049418d2.tar.xz nixos-ff1029ff110c1bd93b39418c0261478e049418d2.zip |
32 bit for steam
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |