mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
7 lines
131 B
Nix
7 lines
131 B
Nix
{ config, lib, pkgs, user, ... }:
|
|
{
|
|
services.home-assistant.config = {
|
|
"automation ui" = "!include automations.yaml";
|
|
};
|
|
}
|