pvv-nixos-config/services/matrix/default.nix

13 lines
83 B
Nix

{ config, ... }:
{
imports = [
./synapse.nix
./element.nix
];
}