fixed double calling hardware.opengl.extraPackages

This commit is contained in:
Aly Raffauf 2024-03-07 15:47:04 -05:00
parent 27dd4a83fe
commit 343cd9a6ae

View file

@ -30,11 +30,9 @@
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.opengl.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
hardware.opengl.extraPackages = with pkgs; [
amdvlk
];
hardware.opengl.driSupport32Bit = true;
# For 32 bit applications
hardware.opengl.extraPackages32 = with pkgs; [