mirror of
https://forge.katzen.cafe/katzen-cafe/katzen-cafe.git
synced 2024-11-05 15:36:23 +01:00
9 lines
97 B
Nix
9 lines
97 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./phtanumb-wiki.nix
|
|
./calckey.nix
|
|
./penpot.nix
|
|
];
|
|
}
|