MyNixOS website logo
option

services.home-assistant.themes

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.
Declarations
Type
list of package that is a Home Assistant theme
Default
[ ]
Example
with pkgs.home-assistant-themes; [
  material-you-theme
];