1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 02:30:29 +01:00

bookkeeper stuff

This commit is contained in:
TheGeneralist 2026-03-03 13:15:48 +01:00
parent 563c1a6a7b
commit 3f7345d214
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -109,6 +109,11 @@
repo_path = "/home/thegeneralist/obsidian"; repo_path = "/home/thegeneralist/obsidian";
token_file = config.age.secrets.readlaterBotSyncToken.path; 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";
};
}; };
}; };