diff --git a/hosts/battleship/gpu-configuration.nix b/hosts/battleship/gpu-configuration.nix index 54d7db2..beade75 100644 --- a/hosts/battleship/gpu-configuration.nix +++ b/hosts/battleship/gpu-configuration.nix @@ -14,8 +14,8 @@ boot.kernelModules = ["amdgpu"]; boot.initrd.kernelModules = ["amdgpu"]; - hardware.opengl.enable = true; - hardware.opengl.extraPackages = with pkgs; [ + hardware.graphics.enable = true; + hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd vaapiVdpau diff --git a/hosts/fighter/configuration.nix b/hosts/fighter/configuration.nix index 26ee575..8ac5464 100644 --- a/hosts/fighter/configuration.nix +++ b/hosts/fighter/configuration.nix @@ -20,8 +20,8 @@ }); # Enable OpenGL - hardware.opengl.enable = true; - hardware.opengl.extraPackages = with pkgs; [ + hardware.graphics.enable = true; + hardware.graphics.extraPackages = with pkgs; [ onevpl-intel-gpu ];