nixos-configs/devices/homie/modules/home-assistant/frontend.nix
matt1432 e82b9d5306
All checks were successful
Discord / discord commits (push) Has been skipped
feat(hass): add firmware config for ESPHome
2024-09-05 21:33:06 -04:00

13 lines
242 B
Nix

{dracul-ha-src, ...}: {
services.home-assistant = {
config = {
# GUI
frontend = {
themes = "!include ${dracul-ha-src}/themes/dracul-ha.yaml";
};
lovelace = {
mode = "yaml";
};
};
};
}