diff --git a/modules/home/pass.nix b/modules/home/pass.nix index 89e94f13..05607e1d 100644 --- a/modules/home/pass.nix +++ b/modules/home/pass.nix @@ -18,7 +18,14 @@ with lib; home.packages = with pkgs; [ libfaketime - pass + (pass.withExtensions ( + ext: with ext; [ + pass-audit + pass-genphrase + pass-import + pass-otp + ] + )) # passage ]; }