From a5bd4f4c835ef42fc89047aeb6166f4d3ce8bd2b Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 5 Jul 2024 19:05:26 +0200 Subject: [PATCH] chore(mrmeeseeks): change OpenGL parameters regarding Nix evolution --- hosts/mrmeeseeks/hardware-configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;