forked from Drift/pvv-nixos-config
13 lines
83 B
Nix
13 lines
83 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./synapse.nix
|
|
./element.nix
|
|
];
|
|
|
|
|
|
|
|
}
|