services.mesa -> hardware.opengl

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2014-02-08 14:45:37 -05:00
parent 4a1e74673a
commit dea562b6b9
7 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ in {
hwaccel
'';
services.mesa.enable = mkIf cfg.hwRender true;
hardware.opengl.enable = mkIf cfg.hwRender true;
};
}