nixos-config/hardware/steam.nix

6 lines
61 B
Nix
Raw Normal View History

{ pkgs, ... }:
2021-03-04 14:45:54 +01:00
{
2021-10-29 20:29:55 +02:00
hardware.steam-hardware.enable = true;
2021-03-04 14:45:54 +01:00
}