mirror of
https://git.mediani.de/mirrors_public/oddlama_nixos-extra-modules.git
synced 2025-10-10 22:10:38 +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 {};
|
|
};
|
|
}
|