about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-08-08 23:58:54 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-08-08 23:58:54 +0200
commit4bf101e3abab4b887d50ce220782ebad7b486e21 (patch)
tree011cc0deefe2753c2cf022374825f9a78121188b /machines/aszlig
parent52d480255c47e8592c24b076de49e00ea31f6022 (diff)
machines/{brawndo,notsure}: Enable 32bit DRI libs
Unfortunately, this is a requirement for Steam and other 32bit games, so
let's make sure it's available.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/managed/brawndo.nix1
-rw-r--r--machines/aszlig/managed/notsure.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/machines/aszlig/managed/brawndo.nix b/machines/aszlig/managed/brawndo.nix
index 5fb7c4a9..f6866f37 100644
--- a/machines/aszlig/managed/brawndo.nix
+++ b/machines/aszlig/managed/brawndo.nix
@@ -32,6 +32,7 @@ in {
     cpu.intel.updateMicrocode = true;
     enableAllFirmware = true;
     opengl.s3tcSupport = true;
+    opengl.driSupport32Bit = true;
     pulseaudio.enable = true;
   };
 
diff --git a/machines/aszlig/managed/notsure.nix b/machines/aszlig/managed/notsure.nix
index cafb4d03..568d2a83 100644
--- a/machines/aszlig/managed/notsure.nix
+++ b/machines/aszlig/managed/notsure.nix
@@ -21,6 +21,7 @@ in {
   hardware = {
     enableAllFirmware = true;
     opengl.s3tcSupport = true;
+    opengl.driSupport32Bit = true;
     pulseaudio.enable = true;
   };