chore: update option name hardware.opengl to hardware.graphics

This commit is contained in:
Youwen Wu 2024-07-31 16:53:12 -07:00
parent 7d3b8a6dc5
commit 2f56fa0c51
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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;