fix pass path env var
This commit is contained in:
parent
2b0d0ce8d8
commit
3bd99264b9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store";
|
||||
PASSWORD_STORE_DIR = "$HOME/.local/share/password-store";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue