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 31 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";
|
||||
};
|
||||
|
|
17
flake.lock
17
flake.lock
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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