perso-desktop: Remove amdvlk

This commit is contained in:
Florian RICHER 2025-07-19 18:56:28 +02:00
parent 6dda922883
commit c9e30826a0
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -57,11 +57,9 @@
};
};
# Revert to RADV when this https://gitlab.freedesktop.org/mesa/mesa/-/issues/12865 is resolved
chaotic.mesa-git = {
enable = true;
extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd];
extraPackages32 = with pkgs; [driversi686Linux.amdvlk];
extraPackages = with pkgs; [rocmPackages.clr.icd];
};
networking.interfaces.enp17s0.wakeOnLan.enable = true;