added stuff from morph

This commit is contained in:
fleaz 2023-10-04 23:08:14 +02:00
commit cdf9817bc8
Signed by: fleaz
GPG key ID: AED15F8FDD04D083
9 changed files with 395 additions and 0 deletions

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./gotosocial.nix
];
}