7 lines
62 B
Nix

{ config, pkgs, ... }:
{
imports = [
./steam.nix
];
}