mirror of https://github.com/wlcx/home.git
Add pass-otp
This commit is contained in:
parent
6a29bb367a
commit
55e75c2314
|
@ -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 ]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue