Extend 32bit quirk

This commit is contained in:
2025-09-01 23:37:42 +03:00
parent 5631f18111
commit 8fbee98d3f

View File

@@ -5,4 +5,6 @@
enable32Bit = true; enable32Bit = true;
}; };
}; };
fonts.fontconfig.cache32Bit = true;
services.pipewire.alsa.support32Bit = true;
} }