1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-10 04:53:48 +02:00

Import sliding sync from nixpkgs unstable

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Co-authored-by: Emily <55066419+emilylange@users.noreply.github.com>
This commit is contained in:
2023-09-21 18:33:12 +02:00
committed by Daniel Løvbrøtte Olsen
parent 66ff528912
commit bedede1e6d
4 changed files with 148 additions and 1 deletions

8
module.nix Normal file
View File

@@ -0,0 +1,8 @@
{ ... }:
{
imports = [
./synapse-module
./sliding-sync
];
}