modules/pass: add pass-otp

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-20 21:36:21 +03:00
parent b72cab9acb
commit 8fede53242
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ let
pass = pkgs.pass.withExtensions (ext: [
ext.pass-audit
ext.pass-update
ext.pass-otp
]);
in
{