10 lines
137 B
Nix
10 lines
137 B
Nix
{...}: {
|
|
imports = [
|
|
./global
|
|
./features/desktop
|
|
./features/games
|
|
./features/printing
|
|
./features/university
|
|
];
|
|
}
|