9 lines
89 B
Nix

{ ... }:
{
imports = [
./emulation.nix
./minecraft.nix
./steam.nix
];
}