diff --git a/hosts/mrmeeseeks/hardware-configuration.nix b/hosts/mrmeeseeks/hardware-configuration.nix index 02b4584..e928813 100644 --- a/hosts/mrmeeseeks/hardware-configuration.nix +++ b/hosts/mrmeeseeks/hardware-configuration.nix @@ -64,9 +64,8 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = true; - hardware.opengl = { - driSupport = true; - driSupport32Bit = true; + hardware.graphics = { + enable32Bit = true; }; hardware.bluetooth.enable = true; hardware.xpadneo.enable = true;