forked from danio/nixos-matrix-modules
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com> Co-authored-by: Emily <55066419+emilylange@users.noreply.github.com>
9 lines
73 B
Nix
9 lines
73 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./synapse-module
|
|
./sliding-sync
|
|
];
|
|
}
|