48df4d3385
Note: not the actual initial commit. I swear I will stop repeatedly force pushing to this single commit eventually ok.
11 lines
73 B
Nix
11 lines
73 B
Nix
_:
|
|
|
|
{
|
|
imports = [
|
|
./cli
|
|
./core
|
|
./desktop
|
|
./misc
|
|
];
|
|
}
|