diff --git a/modules/gui.nix b/modules/gui.nix index 146b83e..08c8918 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -91,5 +91,9 @@ steam.enable = true; }; - hardware.opengl.driSupport32Bit = true; + hardware.opengl = { + enable = true; + driSupport = true; + driSupport32Bit = true; + }; }