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/haruka/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/haruka') diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index a4e294e..3e803cd 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -349,8 +349,8 @@ zsh.enableCompletion = true; }; - 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