nixcfg/hardware/steam/default.nix
2024-02-29 17:06:55 -05:00

6 lines
69 B
Nix

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