stockholm/kartei/default.nix

16 lines
250 B
Nix
Raw Normal View History

2022-11-22 19:15:44 +00:00
{ config, lib, ... }: {
config = lib.mkMerge (map (path: { krebs = import path { inherit config; }; }) [
./dbalan
./jeschli
./kmein
./krebs
./lass
./makefu
./mic92
./others
./palo
./rtunreal
./tv
]);
}