HASS: custom spotify color recognize component
This commit is contained in:
parent
9d0f9260fe
commit
67bb827098
3 changed files with 35 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue