mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
gurk-rs: remove references to deprecated 'data_path' option
The 'data_path' key was deprecated upstream a while ago. See commit d9b538d0 (https://github.com/boxdot/gurk-rs/commit/d9b538d0) for details.
This commit is contained in:
@@ -22,11 +22,10 @@ in
|
||||
Configuration written to {file}`$XDG_CONFIG_HOME/.config/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 `data_path` and `signal_db_path` should be set.
|
||||
Note that `signal_db_path` should be set.
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
data_path = "/home/USERNAME/.local/share/gurk/gurk.data.json";
|
||||
signal_db_path = "/home/USERNAME/.local/share/gurk/signal-db";
|
||||
first_name_only = false;
|
||||
show_receipts = true;
|
||||
|
||||
Reference in New Issue
Block a user