Loading
mangohud: add bitness suffix to layer name
The VK loader finds the 32-bit layer first and does not attempt to load the 64-bit layer afterwards; likely because it shares the same name. Simply giving them different names fixes the issue; both layers are tried and the correct one succeeds. A similar patter is employed by obs-vkcapture which continued working after https://github.com/NixOS/nixpkgs/pull/228870. Fixes https://github.com/NixOS/nixpkgs/issues/230978