about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-06-07 08:58:15 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-06-07 08:58:15 +0200
commit8f9f93f671de83040e115bb9885e548f959d1ef5 (patch)
tree1e9d81faeea3a0dc2ad9b3d4c604838cb86fcbef /common.nix
parent105b03318e1fe3ef957eaa421b36878b517a5167 (diff)
common: Enable 32 bit DRI modules for X server.
Some proprietary vendors still don't provide amd64 versions for their software.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index ad7cb12a..c1161069 100644
--- a/common.nix
+++ b/common.nix
@@ -101,6 +101,8 @@
       startGnuPGAgent = true;
       startOpenSSHAgent = false;
 
+      driSupport32Bit = true;
+
       windowManager = {
         i3.enable = true;
         default = "i3";