nixos-config/overlays/riot-web.nix

14 lines
266 B
Nix
Raw Normal View History

2018-05-04 15:25:24 +02:00
self: super:
{
riot-web = super.riot-web.override {
conf = ''
{
"default_hs_url": "https://matrix.nyanlout.re",
"default_is_url": "https://vector.im",
"brand": "Nyanloutre",
"default_theme": "dark"
}
'';
};
}