Fix element-desktop config
This commit is contained in:
parent
c48a30d66a
commit
82ecf9854e
|
@ -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"]
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue