nixos-matrix-modules/module.nix

9 lines
73 B
Nix

{ ... }:
{
imports = [
./synapse-module
./sliding-sync
];
}