nixos/hosts/fw/modules/home-assistant/scenes/default.nix

6 lines
53 B
Nix

{ pkgs, ... }:
{
imports = [
./date.nix
];
}