From e53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 7 Jul 2024 14:22:45 +0900 Subject: chore(nixos): remove opengl.driSupport * This option no longer has any effect. --- nixos/alpha/configuration.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index f0fbf27..3418ce7 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -349,8 +349,6 @@ }; hardware.opengl.enable = true; - hardware.opengl.driSupport = true; - hardware.opengl.driSupport32Bit = true; hardware.opengl.extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ]; xdg.portal = { -- cgit 1.4.1