feat: add amd drivers just in case

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-04 10:38:18 -03:00
parent 84e01efac6
commit 075cc349b1

View File

@@ -31,6 +31,15 @@
sddm.wayland.enable = true;
};
services.xserver.videoDrivers = ["amdgpu"];
boot.kernelModules = ["amdgpu"];
environment.variables = {
ROC_ENABLE_PRE_VEGA = "1";
};
hardware.opengl.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
programs.steam.enable = false;
programs.gnupg.agent = {