nixos-config/hardware/steam.nix

6 lines
61 B
Nix

{ pkgs, ... }:
{
hardware.steam-hardware.enable = true;
}