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
legacyPackages/dracula

View file

@ -1,5 +1,9 @@
{pkgs, ...} @ inputs:
pkgs.lib.makeScope pkgs.newScope (drac: {
{
lib,
pkgs,
...
} @ inputs:
lib.makeScope pkgs.newScope (drac: {
bat = drac.callPackage ./bat.nix {
inherit (inputs) bat-theme-src mkVersion;
};