mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-18 04:54:12 -05:00
12 lines
132 B
Nix
12 lines
132 B
Nix
{
|
|
lib,
|
|
config,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./bar-assistant.nix
|
|
./homebox.nix
|
|
./homepage.nix
|
|
./invidious.nix
|
|
];
|
|
}
|