summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-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;