From a2b2057bb1ea4a36cbfb90a93e54bb3e605b39a4 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 11 Jul 2024 12:44:01 -0400 Subject: [PATCH] Changed graphics settings as per errors/warnings. --- hosts/de-lacadie/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/de-lacadie/configuration.nix b/hosts/de-lacadie/configuration.nix index 8dc071b..9865347 100644 --- a/hosts/de-lacadie/configuration.nix +++ b/hosts/de-lacadie/configuration.nix @@ -70,10 +70,9 @@ hardware.bluetooth.enable = true; # Enable nvidia drivers and graphics. - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; # Load nvidia driver for Xorg and Wayland