about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index eafd45d9..e78c8988 100644
--- a/common.nix
+++ b/common.nix
@@ -95,6 +95,11 @@
         ATTRS{serial}=="0001", OWNER="aszlig", SYMLINK+="axbo"
     '';
 
+    mesa = {
+      driSupport32Bit = true;
+      s3tcSupport = true;
+    };
+
     xserver = {
       enable = true;
       layout = "dvorak";
@@ -102,9 +107,6 @@
       startGnuPGAgent = true;
       startOpenSSHAgent = false;
 
-      driSupport32Bit = true;
-      s3tcSupport = true;
-
       displayManager.sessionCommands = ''
         ${pkgs.redshift}/bin/redshift -l 48.428404:10.866007 &
       '';