feat(hass): setup custom-sidebar

This commit is contained in:
matt1432 2024-10-16 20:12:23 -04:00
parent 4cd0058a01
commit e47f6ea0d7
10 changed files with 183 additions and 18 deletions

View file

@ -50,6 +50,12 @@
repo = "caule-themes-pack-1";
type = "github";
};
custom-sidebar-src = {
flake = false;
owner = "elchininet";
repo = "custom-sidebar";
type = "github";
};
discord-overlay = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";