Fix element-desktop config

This commit is contained in:
Agatha Lovelace 2023-06-18 12:32:16 +02:00
parent c48a30d66a
commit 82ecf9854e
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ pkgs, config, lib, ... }: { {
home-manager.users.agatha = { home-manager.users.agatha = {
xdg.configFile."Element/config.json".text = '' xdg.configFile."Element/config.json".text = ''
{ {
"settingDefaults": { "setting_defaults": {
"custom_themes": [ "custom_themes": [
{ {
"name": "Sapphic Lavender", "name": "Sapphic Lavender",
@ -101,7 +101,7 @@
} }
] ]
}, },
"showLabsSettings": true, "show_labs_settings": true,
"features": ["feature_latex_maths"] "features": ["feature_latex_maths"]
} }
''; '';