infra/modules/default.nix

6 lines
40 B
Nix
Raw Normal View History

2023-07-06 16:58:43 +02:00
{
imports = [
./wakapi.nix
];
}