1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

Add pass-otp

This commit is contained in:
Sam W 2022-03-29 00:06:08 +01:00
parent 6a29bb367a
commit 55e75c2314

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 ]);
};
}