2022-06-16 21:38:12 +03:00
|
|
|
final: prev: {
|
|
|
|
steam = prev.steam.override {
|
|
|
|
extraLibraries = pkgs: with pkgs; [mimalloc pipewire vulkan-loader wayland wayland-protocols];
|
2022-07-12 03:56:08 +03:00
|
|
|
extraProfile = ''
|
|
|
|
unset VK_ICD_FILENAMES
|
|
|
|
export VK_ICD_FILENAMES="/run/opengl-driver/share/vulkan/icd.d:/run/opengl-driver-32/share/vulkan/icd.d"
|
|
|
|
'';
|
2022-06-16 21:38:12 +03:00
|
|
|
};
|
|
|
|
}
|