fixed graphics module for amd

This commit is contained in:
wymiller 2025-01-22 23:14:02 -05:00
parent 3a80ede26d
commit b0ca8ad6fa

View File

@ -63,8 +63,6 @@ in {
(mkIf (cfg.gpuVendor == "amd") {
services.xserver.videoDrivers = ["amdgpu"];
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
amdvlk
];
environment.systemPackages = with pkgs; [