programs.password-store.enable
Whether to enable Password store.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.password-store.package
The pass package to use. Can be used to specify extensions.
Type: package
Default:
pkgs.pass
Example:
pkgs.pass.withExtensions (exts: [ exts.pass-otp ])
Declared by:
programs.password-store.settings
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:
if lib.versionAtLeast config.home.stateVersion "25.11" then { } else { PASSWORD_STORE_DIR = "${config.xdg.dataHome}/password-store"; }
Example:
{
PASSWORD_STORE_DIR = "$\{config.xdg.dataHome\}/password-store";
PASSWORD_STORE_KEY = "12345678";
PASSWORD_STORE_CLIP_TIME = "60";
}
Declared by: