12 lines
126 B
Nix
12 lines
126 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./avtools
|
|
./chat
|
|
./gaming/launchers
|
|
./general
|
|
./headless
|
|
./production
|
|
];
|
|
}
|