12 lines
65 B
Nix
12 lines
65 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./synapse.nix
|
|
];
|
|
|
|
|
|
|
|
}
|