summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/communications/matrix.nix
blob: 9e5a9b7e31cf53160dcc14bbc76e222f7f850798 (plain)
1
2
3
4
5
{config, pkgs, lib, ...}: let
  cfg = config.homelab.communications.matrix;
in {
  
}