summaryrefslogtreecommitdiff
path: root/system/gaming/default.nix
blob: acb0a1f05a9665f95a0e40336a28a980e396dd78 (plain)
1
2
3
4
5
{...}: {
  imports = [
    ./steam.nix
  ];
}