about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-03-16 17:11:29 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-03-16 17:11:29 +0100
commit181f809c089cd840fed41832448465796e2ecb15 (patch)
tree3f468bc7c567aaa876c3965e7848d4ade7e16de4 /common.nix
parent9549ba5d8566f1677861055b2d588fedcf8126c6 (diff)
Renome services.mesa to hardware.opengl.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/common.nix b/common.nix
index a74d33b9..9e2157a8 100644
--- a/common.nix
+++ b/common.nix
@@ -29,6 +29,10 @@
     pulseaudio.package = pkgs.pulseaudio.override {
       useSystemd = true;
     };
+    opengl = {
+      driSupport32Bit = true;
+      s3tcSupport = true;
+    };
   };
 
   users.defaultUserShell = "/var/run/current-system/sw/bin/zsh";
@@ -95,11 +99,6 @@
         ATTRS{serial}=="0001", OWNER="aszlig", SYMLINK+="axbo"
     '';
 
-    mesa = {
-      driSupport32Bit = true;
-      s3tcSupport = true;
-    };
-
     xserver = {
       enable = true;
       layout = "dvorak";