Skip to content

Commit

Permalink
add pass extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 29, 2024
1 parent 2a5caa2 commit 0c3a225
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/home/pass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ with lib;

home.packages = with pkgs; [
libfaketime
pass
(pass.withExtensions (
ext: with ext; [
pass-audit
pass-genphrase
pass-import
pass-otp
]
))
# passage
];
}

0 comments on commit 0c3a225

Please sign in to comment.