diff --git a/modules/features/desktop/pass.nix b/modules/features/desktop/pass.nix index e4d3037..391b1b2 100644 --- a/modules/features/desktop/pass.nix +++ b/modules/features/desktop/pass.nix @@ -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"; }; };