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, ... }:
{
hardware = {
opengl = {
graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
# driSupport = true; # Has no effect anymore, as of 2024-06-21
# driSupport32Bit = true;
extraPackages = with pkgs; [];
};
enableRedistributableFirmware = true;