Files
FxNet/quirks/32bit.nix
2025-09-01 14:21:12 +03:00

9 lines
83 B
Nix

{ ... }:
{
hardware = {
graphics = {
enable32Bit = true;
};
};
}