summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/pass.nix11
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 = {