katzen-cafe/modules/containers/default.nix

7 lines
79 B
Nix

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