1
0
Fork 0

Fix pass-otp

This commit is contained in:
Malte Brandy 2020-12-03 23:15:04 +01:00
parent 52ea357c80
commit 06dba0e730
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -30,7 +30,7 @@
};
password-store = {
package = pkgs.pass-wayland.withExtensions
(exts: [ exts.pass-update pkgs.pass-clip pkgs.pass-otp ]);
(exts: [ exts.pass-update pkgs.pass-clip exts.pass-otp ]);
enable = true;
settings.PASSWORD_STORE_DIR =
"${config.home.homeDirectory}/git/password-store";