Files
FxNet/quirks/32bit.nix
2025-09-02 22:45:34 +03:00

12 lines
168 B
Nix

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