10 lines
96 B
Nix
10 lines
96 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./git/default.nix
|
|
./homeassistant.nix
|
|
./matrix.nix
|
|
];
|
|
}
|