feat: comply with new nixos settings regarding opengl

This commit is contained in:
Ahwx 2024-06-21 16:33:21 +02:00
parent f90dfccc3b
commit ea1b76483d

View file

@ -1,10 +1,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
hardware = { hardware = {
opengl = { graphics = {
enable = true; enable = true;
driSupport = true; # driSupport = true; # Has no effect anymore, as of 2024-06-21
driSupport32Bit = true; # driSupport32Bit = true;
extraPackages = with pkgs; []; extraPackages = with pkgs; [];
}; };
enableRedistributableFirmware = true; enableRedistributableFirmware = true;