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