From d72b6a8881d5a329d0e4aa9c43b6953a9b7be32c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 11 Mar 2024 16:34:36 +0530 Subject: fix --- modules/amdgpu.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index 5dcd9b0..a8367cc 100644 --- a/modules/amdgpu.nix +++ b/modules/amdgpu.nix @@ -10,6 +10,8 @@ hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk + vaapiVdpau + libvdpau-va-gl ]; hardware.opengl.extraPackages32 = with pkgs; [ @@ -19,11 +21,6 @@ services.xserver.videoDrivers = [ "amdgpu" ]; boot.initrd.kernelModules = [ "amdgpu" ]; - opengl.extraPackages = with pkgs; [ - vaapiVdpau - libvdpau-va-gl - ]; - systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; -- cgit v1.2.3