10 lines
129 B
Nix
10 lines
129 B
Nix
{...}: {
|
|
imports = [
|
|
./locale.nix
|
|
./media-server.nix
|
|
./minecraft-servers.nix
|
|
];
|
|
options = {};
|
|
config = {};
|
|
}
|