matrix: moved to own dir + added housecleaning

This commit is contained in:
eyjhb 2025-03-09 18:55:57 +01:00
parent 5aea8b7afb
commit 5bdebc357a
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 52 additions and 2 deletions

View file

@ -0,0 +1,7 @@
{
imports = [
./matrix-synapse.nix
./element.nix
./housecleaning.nix
];
}