pantheon/hosts/hekate/default.nix
2025-02-22 10:17:38 +08:00

8 lines
112 B
Nix

# automatically called by flake.nix
{ config, pkgs, lib, ... }:
{
imports = [
./configuration.nix
];
}