Dossier overlays
This commit is contained in:
parent
a684bb89d8
commit
0a3a10edb3
3 changed files with 17 additions and 9 deletions
13
overlays/riot-web.nix
Normal file
13
overlays/riot-web.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
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"
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue