From 3a80d0c428f02f330f2fbb0b2f8cfd2e99740855 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 24 Jun 2024 09:24:32 +0200 Subject: [PATCH] use new graphics setting --- hosts/default/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 72e628e..abea5cb 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -72,10 +72,10 @@ nvidiaSettings = true; package = config.boot.kernelPackages.nvidiaPackages.beta; }; - hardware.opengl = { - enable = true; - driSupport32Bit = true; - }; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; # Allow unfree packages nixpkgs.config = {