diff options
Diffstat (limited to 'hosts/_unmaintained/lahmu/hardware/gpu.nix')
-rw-r--r-- | hosts/_unmaintained/lahmu/hardware/gpu.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/_unmaintained/lahmu/hardware/gpu.nix b/hosts/_unmaintained/lahmu/hardware/gpu.nix new file mode 100644 index 00000000..88c9b88a --- /dev/null +++ b/hosts/_unmaintained/lahmu/hardware/gpu.nix @@ -0,0 +1,15 @@ +{ + config, + pkgs, + 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"; +} |