mirror of
https://github.com/wlcx/home.git
synced 2025-11-02 14:13:44 +00:00
Explicitly set password-store directory
This commit is contained in:
parent
8d1dea1ccf
commit
b0bb12fc4b
@ -1 +1,6 @@
|
||||
{ ... }: { programs.password-store.enable = true; }
|
||||
{ ... }: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user