diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
| commit | 62c6e3038af1e360af462c928d28d049070e113f (patch) | |
| tree | dad053a5e3cd8035e62676aa3df5404fd4a03894 /modules/amdgpu.nix | |
| parent | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (diff) | |
update
Diffstat (limited to 'modules/amdgpu.nix')
| -rw-r--r-- | modules/amdgpu.nix | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index f8828f0..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 @@ -15,7 +15,7 @@    services.xserver.videoDrivers = [ "modesetting" ]; -  /* systemd.tmpfiles.rules = [ +  systemd.tmpfiles.rules = [      "L+    /opt/rocm/hip   -    -    -     -    ${pkgs.rocmPackages.clr}" -  ]; */ +  ];  } | 
