From d4544fe54e87a0ba8225c4c33a209e54a6ea6bc5 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 7 Jul 2024 14:24:20 +0900 Subject: chore(nixos): hardware.opengl -> hardware.graphics * This option has been renamed. --- nixos/alpha/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/alpha/configuration.nix') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 3418ce7..2283b8b 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -348,8 +348,8 @@ WLR_NO_HARDWARE_CURSORS = "1"; # Prevent cursors disappearing on nouveau }; - hardware.opengl.enable = true; - hardware.opengl.extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ]; + hardware.graphics.enable = true; + hardware.graphics.extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ]; xdg.portal = { enable = true; -- cgit 1.4.1