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

7 lines
53 B
Nix

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