11 lines
73 B
Nix
11 lines
73 B
Nix
|
_:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./cli
|
||
|
./core
|
||
|
./desktop
|
||
|
./misc
|
||
|
];
|
||
|
}
|