Files
nixos-matrix-modules/module.nix
2023-09-24 03:32:54 +02:00

9 lines
73 B
Nix

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