diff --git a/modules/core/hardware.nix b/modules/core/hardware.nix index fd285b3..492c15e 100644 --- a/modules/core/hardware.nix +++ b/modules/core/hardware.nix @@ -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;