katzen-cafe/modules/containers/default.nix
Schrottkatze 4353c90e2b miau
2023-08-05 18:46:25 +02:00

11 lines
143 B
Nix

{ pkgs, ... }:
{
imports = [
./katzencafe-wiki.nix
./phtanumb-wiki.nix
./calckey.nix
./penpot.nix
./nextcloud.nix
];
}