Enable pass-otp

This commit is contained in:
Spotlight 2023-06-03 14:36:23 -05:00
parent 32c6f4a42f
commit a15a966854
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -32,6 +32,7 @@ in {
mtr
ncdu
pry
pwgen
tmux
virt-manager
wget
@ -67,6 +68,7 @@ in {
# password-store
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
};