8 lines
70 B
Nix
8 lines
70 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./bookmarks.nix
|
||
|
./engines.nix
|
||
|
];
|
||
|
}
|