Add more extensions to pass

This commit is contained in:
Kiana Sheibani 2024-02-17 13:20:01 -05:00
parent 23c57d4d53
commit 6cad5f6921

View file

@ -2,6 +2,7 @@
{ {
programs.password-store = { programs.password-store = {
enable = true; enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); package = pkgs.pass.withExtensions
(exts: with exts; [ pass-update pass-file pass-otp ]);
}; };
} }