programs.password-store.settings

Home-Manager option

The pass environment variables dictionary. See the “Environment variables” section of pass(1) and the extension man pages for more information about the available keys.

type: attribute set of string
Default
{ } for state version ≥ 25.11 { PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; } for state version < 25.11
Example
{ PASSWORD_STORE_DIR = "$\{config.xdg.dataHome\}/password-store"; PASSWORD_STORE_KEY = "12345678"; PASSWORD_STORE_CLIP_TIME = "60"; }
declared in: <home-manager/modules/programs/password-store.nix>source unavailable