mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
pass-secret-service: Add password-store module default changes info
This commit is contained in:
parent
93d20b13a0
commit
4620e68b19
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ in {
|
||||||
defaultText = "$HOME/.password-store";
|
defaultText = "$HOME/.password-store";
|
||||||
example = "/home/user/.local/share/password-store";
|
example = "/home/user/.local/share/password-store";
|
||||||
description = ''
|
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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue