Files
FxNet/quirks/steam.nix
2025-09-01 23:29:42 +03:00

10 lines
117 B
Nix

{ ... }:
{
hardware = {
steam-hardware.enable = true;
graphics = {
enable32Bit = true;
};
};
}