diff options
-rw-r--r-- | hosts/lahmu/hardware/gpu.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hosts/lahmu/hardware/gpu.nix b/hosts/lahmu/hardware/gpu.nix index c3df51ae..9e6ab9e4 100644 --- a/hosts/lahmu/hardware/gpu.nix +++ b/hosts/lahmu/hardware/gpu.nix @@ -4,12 +4,12 @@ lib, ... }: { - hardware.opengl.extraPackages = with pkgs; [ - rocm-opencl-icd # open-cl - amdvlk # or directly through mesa - amd-media-driver # libva - ]; - - # Force radv, TODO is this logical? - environment.variables.AMD_VULKAN_ICD = "RADV"; +# hardware.opengl.extraPackages = with pkgs; [ +# rocm-opencl-icd # open-cl +# amdvlk # or directly through mesa +# amd-media-driver # libva +# ]; +# +# # Force radv, TODO is this logical? +# environment.variables.AMD_VULKAN_ICD = "RADV"; } |