Add more extensions to pass
This commit is contained in:
parent
23c57d4d53
commit
6cad5f6921
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
||||
package = pkgs.pass.withExtensions
|
||||
(exts: with exts; [ pass-update pass-file pass-otp ]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue