nix-config/lib/hq.nix

8 lines
136 B
Nix

{ config, lib, ... }:
{
# Please import only things that are configurable and OFF BY DEFAULT!
imports = [ ./yggdrasil-hq.nix ];
}