feat(homeassistant.nix): include themes directory for frontend
This commit is contained in:
parent
4f299b0ca3
commit
0f18c6ec87
@ -45,6 +45,7 @@ in
|
||||
};
|
||||
default_config = { };
|
||||
automation = "!include automations.yaml";
|
||||
frontend.themes = "!include_dir_merge_named themes";
|
||||
binary_sensor = [{
|
||||
platform = "template";
|
||||
sensors = {
|
||||
|
Loading…
Reference in New Issue
Block a user