[clipse] feat: added main config

This commit is contained in:
Simon Cornet 2024-06-21 10:26:33 +02:00
parent b68eb3769b
commit 15c1cfbf40

View File

@ -2,6 +2,16 @@
{
# 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 = ''
{
"useCustomTheme": true,