forked from katzen-cafe/katzen-cafe
10 lines
143 B
Nix
10 lines
143 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./katzencafe-wiki.nix
|
|
./phtanumb-wiki.nix
|
|
./calckey.nix
|
|
./penpot.nix
|
|
./nextcloud.nix
|
|
];
|
|
}
|