mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 00:26:48 +01:00
7 lines
60 B
Nix
7 lines
60 B
Nix
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./hass.nix
|
||
|
|
./mqtt.nix
|
||
|
|
];
|
||
|
|
}
|