1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00

pass-secret-service: Add password-store module default changes info

This commit is contained in:
Cynthia Fox 2023-05-07 16:11:55 -04:00
parent 93d20b13a0
commit 4620e68b19
No known key found for this signature in database
GPG Key ID: 5960278CE235F821

View File

@ -20,7 +20,10 @@ in {
defaultText = "$HOME/.password-store";
example = "/home/user/.local/share/password-store";
description = ''
Absolute path to password store.
Absolute path to password store. Defaults to
<filename>$HOME/.password-store</filename> if the
<option>programs.password-store</option> module is not enabled, and
<option>programs.password-store.PASSWORD_STORE_DIR</option> if it is.
'';
};
};