password-store: do not set non-default dir

This commit is contained in:
octvs
2025-09-18 00:53:37 +02:00
committed by Austin Horstman
parent 295d90e22d
commit 14bc4c56fc
3 changed files with 22 additions and 11 deletions

View File

@@ -77,4 +77,7 @@ The state version in this release includes the changes below. These
changes are only active if the `home.stateVersion` option is set to
\"25.11\" or later.
- No changes.
- The `programs.password-store.settings` option does not set
`{ PASSWORD_STORE_DIR = $XDG_DATA_HOME/password-store; }` anymore by its
default value. This will revert to the default behaviour of the program,
namely `$HOME/.password-store` to be used as the store path.