diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-21 15:10:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-21 15:10:15 -0600 |
| commit | ba3d66ad408f41ec676910f4b7e7016a423827a0 (patch) | |
| tree | 994466d911a5dea63ced06b1dd2075e3c0ad837b /home/pass.nix | |
| parent | f19174d2ec127c9c3faf77ba68c4e79ba22ed4b9 (diff) | |
home/pass: add pass-otp
Diffstat (limited to 'home/pass.nix')
| -rw-r--r-- | home/pass.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/home/pass.nix b/home/pass.nix index 9abe21a..54b3ff6 100644 --- a/home/pass.nix +++ b/home/pass.nix @@ -2,11 +2,12 @@ with lib; { config.programs.password-store = mkIf (!config.home.isolation.active) { enable = true; - package = pkgs.pass.withExtensions (exts: [ - exts.pass-audit - exts.pass-genphrase - exts.pass-tomb - exts.pass-update + package = pkgs.pass.withExtensions (exts: with exts; [ + pass-audit + pass-genphrase + pass-otp + pass-tomb + pass-update ]); settings = { |
