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; };