Explicitly set password-store directory

This commit is contained in:
Sam W 2022-03-08 22:09:40 +00:00
parent 8d1dea1ccf
commit b0bb12fc4b
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
{ ... }: { programs.password-store.enable = true; } { ... }: {
programs.password-store = {
enable = true;
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
};
}