diff options
Diffstat (limited to 'machines/x220-gnome')
-rw-r--r-- | machines/x220-gnome/pass.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/x220-gnome/pass.nix b/machines/x220-gnome/pass.nix index 8aafa92..3ccec75 100644 --- a/machines/x220-gnome/pass.nix +++ b/machines/x220-gnome/pass.nix @@ -5,6 +5,6 @@ ]; environment.variables = { - PASSWORD_STORE_DIR = "'$XDG_DATA_HOME/password-store'"; + PASSWORD_STORE_DIR = "'$HOME/.local/share/password-store'"; }; } |