diff options
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; |