home: password manager with otp
This commit is contained in:
parent
050d3d57e7
commit
3e44bcc52f
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue