2023-11-04 10:14:42 +00:00
|
|
|
{...}: {
|
2023-09-19 00:17:43 +00:00
|
|
|
imports = [
|
2023-12-21 03:49:00 +00:00
|
|
|
# utils that is used internally
|
|
|
|
./myFlake
|
2023-12-21 03:59:19 +00:00
|
|
|
|
|
|
|
# nixpkgs styled options
|
|
|
|
./services
|
2023-09-19 00:17:43 +00:00
|
|
|
];
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|