9 lines
86 B
Nix

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