diff --git a/modules/modules/hardware/gpu.nix b/modules/modules/hardware/gpu.nix index ae410a4..bb396eb 100644 --- a/modules/modules/hardware/gpu.nix +++ b/modules/modules/hardware/gpu.nix @@ -16,7 +16,6 @@ in (mkIf (any' (with cfg; [ amdgpu nvidia intel ])) { hardware.opengl = { enable = true; - driSupport = true; driSupport32Bit = true; extraPackages = with pkgs; flatten [ diff --git a/modules/modules/software/steam.nix b/modules/modules/software/steam.nix index 5366b9e..0067c28 100644 --- a/modules/modules/software/steam.nix +++ b/modules/modules/software/steam.nix @@ -131,7 +131,6 @@ in # Taken from the programs.steam option, reimplemented here to move software into userland hardware.opengl = { enable = true; - driSupport = true; driSupport32Bit = true; };