first commit

This commit is contained in:
2026-02-03 17:43:06 -05:00
commit d18a3752c0
2 changed files with 169 additions and 0 deletions

18
homeassistant.nix Normal file
View File

@@ -0,0 +1,18 @@
{
services.home-assistant = {
enable = true;
extraComponents = [
"analytics"
"google_translate"
"met"
"radio_browser"
"shopping_list"
"isal"
];
config = {
default_config = {};
};
};
}