home: password manager with otp
This commit is contained in:
parent
050d3d57e7
commit
3e44bcc52f
|
@ -51,7 +51,6 @@
|
|||
cargo
|
||||
yarn
|
||||
pwgen
|
||||
pass-wayland
|
||||
gotify-cli
|
||||
glow
|
||||
imagemagick
|
||||
|
@ -66,6 +65,16 @@
|
|||
# nixopsUnstable
|
||||
];
|
||||
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass-wayland.withExtensions (exts: [
|
||||
exts.pass-otp
|
||||
]);
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue