From dc606304f7918caa9d0d99f3f2a4649fed7db77e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 18 Jan 2025 14:13:11 +0530 Subject: update --- modules/amdgpu.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index df74147..430faf3 100644 --- a/modules/amdgpu.nix +++ b/modules/amdgpu.nix @@ -3,7 +3,7 @@ { hardware.graphics.enable = true; hardware.graphics.extraPackages = with pkgs; [ - # rocmPackages.clr.icd + rocmPackages.clr.icd amdvlk vaapiVdpau libvdpau-va-gl @@ -16,6 +16,6 @@ services.xserver.videoDrivers = [ "modesetting" ]; systemd.tmpfiles.rules = [ - # "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" + "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; } -- cgit v1.2.3