forked from katzen-cafe/katzen-cafe
7 lines
79 B
Nix
7 lines
79 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./phtanumb-wiki.nix
|
|
./penpot.nix
|
|
];
|
|
}
|