Files
FxNet/quirks/32bit.nix
2025-09-01 23:37:42 +03:00

11 lines
167 B
Nix

{ ... }:
{
hardware = {
graphics = {
enable32Bit = true;
};
};
fonts.fontconfig.cache32Bit = true;
services.pipewire.alsa.support32Bit = true;
}