services.home-assistant.customLovelaceModules
NixOS option
List of custom lovelace card packages to load as lovelace resources. Available cards can be found below pkgs.home-assistant-custom-lovelace-modules. When non-empty, lovelace.resource_mode is automatically set to "yaml" so that resources are loaded from the YAML configuration.
type: list of packageDefault
[ ]
Example
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →with pkgs.home-assistant-custom-lovelace-modules; [ mini-graph-card mini-media-player ];