Compare commits

...

2 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 8fede53242
modules/pass: add pass-otp 2024-04-20 21:36:21 +03:00
Dmitriy Pleshevskiy b72cab9acb
host/home: change projects 2024-04-20 21:36:06 +03:00
2 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
{