13 lines
242 B
Nix
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";
|
|
};
|
|
};
|
|
};
|
|
}
|