feat(hass): add dracula theme
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
20d2fc6b76
commit
928bded3fd
4 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
self,
|
self,
|
||||||
wakewords-src,
|
wakewords-src,
|
||||||
|
dracul-ha-src,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [self.nixosModules.wyoming-plus];
|
imports = [self.nixosModules.wyoming-plus];
|
||||||
|
@ -41,6 +42,9 @@
|
||||||
media_source = {};
|
media_source = {};
|
||||||
|
|
||||||
# GUI
|
# GUI
|
||||||
|
frontend = {
|
||||||
|
themes = "!include ${dracul-ha-src}/themes/dracul-ha.yaml";
|
||||||
|
};
|
||||||
lovelace = {
|
lovelace = {
|
||||||
mode = "yaml";
|
mode = "yaml";
|
||||||
};
|
};
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -186,6 +186,10 @@ let
|
||||||
owner = "fwartner";
|
owner = "fwartner";
|
||||||
repo = "home-assistant-wakewords-collection";
|
repo = "home-assistant-wakewords-collection";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
owner = "berti24";
|
||||||
|
repo = "dracul-ha";
|
||||||
|
}
|
||||||
|
|
||||||
# Nvim plugins
|
# Nvim plugins
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue