mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-03 05:26:18 +01:00
11 lines
139 B
Nix
11 lines
139 B
Nix
pkgs:
|
|
pkgs.matrix-synapse.override {
|
|
extras = [
|
|
"redis"
|
|
"cache-memory"
|
|
"postgres"
|
|
"url-preview"
|
|
"user-search"
|
|
];
|
|
}
|