14 lines
149 B
Nix
14 lines
149 B
Nix
_: {
|
|
imports = [
|
|
./cli
|
|
./gui
|
|
./tui
|
|
./other
|
|
./services
|
|
./editors
|
|
./wms
|
|
./runners
|
|
./styling
|
|
./options
|
|
];
|
|
}
|