feat: add pass-otp

This commit is contained in:
Glen Goodwin 2023-12-22 13:00:45 -05:00
parent 51e269b81a
commit 17caff77b7

View file

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