From 2f56fa0c519c2ac8ac5356b5172f17815de59fe4 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 31 Jul 2024 16:53:12 -0700 Subject: [PATCH] chore: update option name hardware.opengl to hardware.graphics --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e3bed2a..7596320 100755 --- a/configuration.nix +++ b/configuration.nix @@ -200,7 +200,7 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.05"; # Did you read the comment? - hardware.opengl = { enable = true; }; + hardware.graphics.enable = true; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;