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,
|
||||
self,
|
||||
wakewords-src,
|
||||
dracul-ha-src,
|
||||
...
|
||||
}: {
|
||||
imports = [self.nixosModules.wyoming-plus];
|
||||
|
@ -41,6 +42,9 @@
|
|||
media_source = {};
|
||||
|
||||
# GUI
|
||||
frontend = {
|
||||
themes = "!include ${dracul-ha-src}/themes/dracul-ha.yaml";
|
||||
};
|
||||
lovelace = {
|
||||
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";
|
||||
repo = "home-assistant-wakewords-collection";
|
||||
}
|
||||
{
|
||||
owner = "berti24";
|
||||
repo = "dracul-ha";
|
||||
}
|
||||
|
||||
# Nvim plugins
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue