From 181f809c089cd840fed41832448465796e2ecb15 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 16 Mar 2014 17:11:29 +0100 Subject: Renome services.mesa to hardware.opengl. Signed-off-by: aszlig --- common.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'common.nix') 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"; -- cgit 1.4.1