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/haruka/configuration.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/haruka/configuration.nix') diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index a36d8b3..a4e294e 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -350,8 +350,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