mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
Add pass-otp
This commit is contained in:
+2
-1
@@ -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 ]);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user