11 lines
82 B
Nix
11 lines
82 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./dashboard
|
|
./microbin
|
|
./multimedia
|
|
];
|
|
}
|
|
|