mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: update option name hardware.opengl to hardware.graphics
This commit is contained in:
parent
7d3b8a6dc5
commit
2f56fa0c51
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue