Add pass-otp

This commit is contained in:
2022-04-04 02:29:23 +01:00
parent 6a29bb367a
commit 55e75c2314
+2 -1
View File
@@ -1,6 +1,7 @@
{ ... }: {
{ pkgs, ... }: {
programs.password-store = {
enable = true;
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
};
}