services.home-assistant.themes

NixOS option

List of themes to load. Available themes can be found below pkgs.home-assistant-themes. When themes is set, the module takes authoritative control over the frontend.themes setting in services.home-assistant.config.

type: list of package that is a Home Assistant theme
Default
[ ]
Example
with pkgs.home-assistant-themes; [
  material-you-theme
];
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →