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