From 3f7345d2145908ecb90d122ad2e450cfda9a2da1 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:15:48 +0100 Subject: [PATCH] bookkeeper stuff --- hosts/thegeneralist-central/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index ba6f7e7..789e56e 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -109,6 +109,11 @@ repo_path = "/home/thegeneralist/obsidian"; token_file = config.age.secrets.readlaterBotSyncToken.path; }; + sync_x = { + source_project_path = "/home/thegeneralist/bookkeeper/vendor/extract-x-bookmarks"; + python_bin = "/home/thegeneralist/bookkeeper/vendor/extract-x-bookmarks/.venv/bin/python3"; + work_dir = "/home/thegeneralist/bookkeeper/.sync-x-work"; + }; }; };