nixos: hardware.opengl -> hardware.graphics

This commit is contained in:
2024-07-13 11:11:26 -04:00
parent d1ca548da0
commit 4934c3e57e

View File

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