mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-19 05:24:12 -05:00
14 lines
168 B
Nix
14 lines
168 B
Nix
{
|
|
lib,
|
|
config,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./bar-assistant.nix
|
|
./homebox.nix
|
|
./homepage.nix
|
|
./invidious.nix
|
|
./bookstack.nix
|
|
./grocy.nix
|
|
];
|
|
}
|