mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03: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).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "24.05"; # Did you read the comment?
|
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;
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue