diff --git a/nix/home/clipse/clipse.nix b/nix/home/clipse/clipse.nix index b01903e..de2c4ed 100644 --- a/nix/home/clipse/clipse.nix +++ b/nix/home/clipse/clipse.nix @@ -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,