From 15c1cfbf40e2a26f31bd570df267acaed2b00356 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 21 Jun 2024 10:26:33 +0200 Subject: [PATCH] [clipse] feat: added main config --- nix/home/clipse/clipse.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,