11 lines
179 B
Nix
11 lines
179 B
Nix
{...}: {
|
|
imports = [
|
|
./global
|
|
./features/cli
|
|
./features/desktop
|
|
./features/editors
|
|
./features/games
|
|
./features/printing
|
|
./features/university
|
|
];
|
|
}
|