mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-10 13:50:39 +02:00
7 lines
193 B
Nix
7 lines
193 B
Nix
_final: prev: {
|
|
home-assistant-custom-lovelace-modules =
|
|
prev.home-assistant-custom-lovelace-modules
|
|
// {
|
|
bar-card = prev.callPackage ./home-assistant/bar-card.nix {};
|
|
};
|
|
}
|