forked from pub-solar/os
7 lines
76 B
Nix
7 lines
76 B
Nix
{ suites, ... }:
|
|
{
|
|
imports = [
|
|
./biolimo.nix
|
|
] ++ suites.biolimo;
|
|
}
|