HASS: custom spotify color recognize component

This commit is contained in:
Filippo Berto 2025-03-02 14:56:03 +01:00
parent 9d0f9260fe
commit 67bb827098
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 35 additions and 0 deletions

View file

@ -184,6 +184,7 @@
packages = {
inherit
(pkgs)
hass-color-recognizer
keyboard-switch
sddm-sugar-dark
sddm-theme-clairvoyance
@ -238,6 +239,7 @@
wl-clipedit = self.callPackage ./pkgs/wl-clipedit { };
wl-lockscreen = self.callPackage ./pkgs/wl-lockscreen { };
wl-update-background = self.callPackage ./pkgs/wl-update-background { };
hass-color-recognizer = self.callPackage ./pkgs/hass-color-recognizer { };
};
overrides = _self: super: {