home: password manager with otp

This commit is contained in:
genofire 2022-07-23 08:50:22 +02:00
parent 050d3d57e7
commit 3e44bcc52f
1 changed files with 10 additions and 1 deletions

View File

@ -51,7 +51,6 @@
cargo cargo
yarn yarn
pwgen pwgen
pass-wayland
gotify-cli gotify-cli
glow glow
imagemagick imagemagick
@ -66,6 +65,16 @@
# nixopsUnstable # nixopsUnstable
]; ];
programs.password-store = {
enable = true;
package = pkgs.pass-wayland.withExtensions (exts: [
exts.pass-otp
]);
settings = {
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
};
programs.zsh = { programs.zsh = {
enable = true; enable = true;