diff --git a/nixos/modules/host/hardware/features/video.nix b/nixos/modules/host/hardware/features/video.nix index 17c9617..bfa2e89 100644 --- a/nixos/modules/host/hardware/features/video.nix +++ b/nixos/modules/host/hardware/features/video.nix @@ -12,7 +12,6 @@ in hardware = { opengl = { enable = true; - driSupport = true; driSupport32Bit = isx86Linux pkgs; }; };