[clipse] feat: added main config
This commit is contained in:
parent
b68eb3769b
commit
15c1cfbf40
@ -2,6 +2,16 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
# configure clipse
|
# configure clipse
|
||||||
|
home.file.".config/clipse/config.json".text = ''
|
||||||
|
{
|
||||||
|
"historyFile": "clipboard_history.json",
|
||||||
|
"maxHistory": 50,
|
||||||
|
"themeFile": "custom_theme.json",
|
||||||
|
"tempDir": "tmp_files"
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
|
||||||
|
# configure clipse theme
|
||||||
home.file.".config/clipse/custom_theme.json".text = ''
|
home.file.".config/clipse/custom_theme.json".text = ''
|
||||||
{
|
{
|
||||||
"useCustomTheme": true,
|
"useCustomTheme": true,
|
||||||
|
Reference in New Issue
Block a user