CrOS/modules/users/overseer/services/default.nix
TheWanderingCrow a73eb9f256 working openhab
2025-02-28 23:06:19 -05:00

13 lines
194 B
Nix

{
imports = [
./bar-assistant.nix
./homebox.nix
./homepage.nix
./bookstack.nix
./attic.nix
./the-nest.nix
./umami.nix
./lubelogger.nix
./openhab.nix
];
}