working dorion confi
This commit is contained in:
parent
4c6b4c6646
commit
9804508d85
2 changed files with 13 additions and 12 deletions
|
@ -4,11 +4,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
# ".config/dorion/config.json" = {
|
".config/dorion/config.json" = {
|
||||||
# source = ./dorion-config.json;
|
source = ./dorion-config.json;
|
||||||
# };
|
};
|
||||||
# ".config/dorion/themes/rose-pine.css" = {
|
".config/dorion/themes/rose-pine.theme.css" = {
|
||||||
# source = ./rose-pine.theme.css;
|
source = ./rose-pine.theme.css;
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
"zoom":"1.0",
|
"zoom":"1.0",
|
||||||
"client_type":"default",
|
"client_type":"default",
|
||||||
"sys_tray":false,
|
"sys_tray":false,
|
||||||
"block_telemetry":true,
|
"block_telemetry":false,
|
||||||
"push_to_talk":null,
|
"push_to_talk":null,
|
||||||
"push_to_talk_keys":null,
|
"push_to_talk_keys":null,
|
||||||
"cache_css":true,
|
"cache_css":false,
|
||||||
"use_native_titlebar":false,
|
"use_native_titlebar":null,
|
||||||
"start_maximized":false,
|
"start_maximized":false,
|
||||||
"profile":null,
|
"profile":null,
|
||||||
"streamer_mode_detection":false,
|
"streamer_mode_detection":false,
|
||||||
|
@ -17,11 +17,12 @@
|
||||||
"autoupdate":false,
|
"autoupdate":false,
|
||||||
"update_notify":false,
|
"update_notify":false,
|
||||||
"desktop_notifications":null,
|
"desktop_notifications":null,
|
||||||
"auto_clear_cache":null,
|
"auto_clear_cache":false,
|
||||||
"multi_instance":false,
|
"multi_instance":null,
|
||||||
"disable_hardware_accel":false,
|
"disable_hardware_accel":false,
|
||||||
"blur":null,
|
"blur":null,
|
||||||
"blur_css":null,
|
"blur_css":null,
|
||||||
"client_mods":["Shelter"],
|
"client_mods":["Shelter"],
|
||||||
"unread_badge":null
|
"unread_badge":null,
|
||||||
|
"client_plugins":true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue