14 lines
104 B
Nix
14 lines
104 B
Nix
|
let
|
||
|
glados = import ../lib;
|
||
|
in
|
||
|
{
|
||
|
# LED
|
||
|
light = [
|
||
|
];
|
||
|
sensor = [
|
||
|
];
|
||
|
automation =
|
||
|
[
|
||
|
];
|
||
|
}
|