Files
nixos-flake/modules/apps/steam.nix
T
2026-01-21 18:00:52 +01:00

8 lines
137 B
Nix

{ pkgs, ... }:
{
programs.steam.enable = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.graphics.enable32Bit = true;
}