gurk: change config signal_db_path to data_dir

This commit is contained in:
Jennings Zhang
2026-03-22 15:06:15 -04:00
committed by Austin Horstman
parent a28e848a01
commit c114054053

View File

@@ -24,11 +24,10 @@ in
Configuration written to {file}`$XDG_CONFIG_HOME/gurk/gurk.toml`
or {file}`Library/Application Support/gurk/gurk.toml`. Options are
declared at <https://github.com/boxdot/gurk-rs/blob/main/src/config.rs>.
Note that `signal_db_path` should be set.
'';
example = lib.literalExpression ''
{
signal_db_path = "/home/USERNAME/.local/share/gurk/signal-db";
data_dir = "/home/USERNAME/.local/share/gurk/signal-db";
first_name_only = false;
show_receipts = true;
notifications = true;