14 lines
150 B
Nix
14 lines
150 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./avtools
|
|
./chat
|
|
./gaming
|
|
./general
|
|
./headless
|
|
./production
|
|
./remote-desktop
|
|
./school
|
|
];
|
|
}
|