From 87ee1b3223f8f00b93ca2f1540f349d086b396d8 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 25 Jun 2024 17:32:10 -0400 Subject: [PATCH] system: update to hardware.graphics --- system/hardware/opengl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hardware/opengl.nix b/system/hardware/opengl.nix index 9523176..5e68857 100644 --- a/system/hardware/opengl.nix +++ b/system/hardware/opengl.nix @@ -20,7 +20,7 @@ in ''); in [ auto-offload ]; # Enable OpenGL - hardware.opengl = { + hardware.graphics = { enable = true; enable32Bit = true; };