nixos-configs/legacyPackages/lovelace-components/default.nix

12 lines
252 B
Nix
Raw Normal View History

2024-10-16 20:12:23 -04:00
{
lib,
pkgs,
...
} @ inputs:
lib.makeScope pkgs.newScope (lovelace: let
callPackage = file: lovelace.callPackage file ({} // inputs);
in {
custom-sidebar = callPackage ./custom-sidebar;
material-symbols = callPackage ./material-symbols;
})