working dorion confi

This commit is contained in:
twoneis 2024-02-14 23:35:08 +01:00
parent 4c6b4c6646
commit 9804508d85
2 changed files with 13 additions and 12 deletions

View file

@ -4,11 +4,11 @@
];
home.file = {
# ".config/dorion/config.json" = {
# source = ./dorion-config.json;
# };
# ".config/dorion/themes/rose-pine.css" = {
# source = ./rose-pine.theme.css;
# };
".config/dorion/config.json" = {
source = ./dorion-config.json;
};
".config/dorion/themes/rose-pine.theme.css" = {
source = ./rose-pine.theme.css;
};
};
}

View file

@ -3,11 +3,11 @@
"zoom":"1.0",
"client_type":"default",
"sys_tray":false,
"block_telemetry":true,
"block_telemetry":false,
"push_to_talk":null,
"push_to_talk_keys":null,
"cache_css":true,
"use_native_titlebar":false,
"cache_css":false,
"use_native_titlebar":null,
"start_maximized":false,
"profile":null,
"streamer_mode_detection":false,
@ -17,11 +17,12 @@
"autoupdate":false,
"update_notify":false,
"desktop_notifications":null,
"auto_clear_cache":null,
"multi_instance":false,
"auto_clear_cache":false,
"multi_instance":null,
"disable_hardware_accel":false,
"blur":null,
"blur_css":null,
"client_mods":["Shelter"],
"unread_badge":null
"unread_badge":null,
"client_plugins":true
}