feat(hass): add dracula theme
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-04 12:20:27 -04:00
parent 20d2fc6b76
commit 928bded3fd
4 changed files with 8 additions and 0 deletions

View file

@ -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";
}; };

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -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
{ {