mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
gurk: change config signal_db_path to data_dir
This commit is contained in:
committed by
Austin Horstman
parent
a28e848a01
commit
c114054053
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user