nixos: hardware.opengl -> hardware.graphics
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
# Wayland support
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
opengl.driSupport = true;
|
||||
opengl.driSupport32Bit = true;
|
||||
graphics.enable = true;
|
||||
graphics.enable32Bit = true;
|
||||
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user