mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
remove driSupport, opengl → graphics
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
|
||||
boot.initrd.kernelModules = [ "nvidia" ];
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = lib.mkDefault true;
|
||||
# adds ~100MB of 32-bit mesa drivers.
|
||||
driSupport32Bit = lib.mkDefault true;
|
||||
enable32Bit = lib.mkDefault true;
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
|
||||
Reference in New Issue
Block a user