fix pass path env var

This commit is contained in:
gwg313 2026-04-16 14:26:24 -04:00
parent 2b0d0ce8d8
commit 3bd99264b9
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -8,7 +8,7 @@
enable = true; enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
settings = { settings = {
PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; PASSWORD_STORE_DIR = "$HOME/.local/share/password-store";
}; };
}; };