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 31 additions and 0 deletions

View file

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

View file

@ -185,6 +185,22 @@
"type": "github"
}
},
"dracul-ha-src": {
"flake": false,
"locked": {
"lastModified": 1710105609,
"narHash": "sha256-nmGYMwZF8GDWi83BgGG9xEolxnvJK4qS8ya/hFwynSg=",
"owner": "berti24",
"repo": "dracul-ha",
"rev": "ce7a07d8c287762ab2bda6d9132e6ac4aab8e52e",
"type": "github"
},
"original": {
"owner": "berti24",
"repo": "dracul-ha",
"type": "github"
}
},
"dracula-plymouth-src": {
"flake": false,
"locked": {
@ -1658,6 +1674,7 @@
"bazarr-bulk": "bazarr-bulk",
"caddy-plugins": "caddy-plugins",
"discord-overlay": "discord-overlay",
"dracul-ha-src": "dracul-ha-src",
"dracula-plymouth-src": "dracula-plymouth-src",
"eisa-scripts-src": "eisa-scripts-src",
"firefox-gx-src": "firefox-gx-src",

View file

@ -40,6 +40,12 @@
repo = "discord-nightly-overlay";
type = "github";
};
dracul-ha-src = {
flake = false;
owner = "berti24";
repo = "dracul-ha";
type = "github";
};
dracula-plymouth-src = {
flake = false;
owner = "matt1432";

View file

@ -186,6 +186,10 @@ let
owner = "fwartner";
repo = "home-assistant-wakewords-collection";
}
{
owner = "berti24";
repo = "dracul-ha";
}
# Nvim plugins
{