summaryrefslogtreecommitdiff
path: root/home/pass.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/pass.nix')
-rw-r--r--home/pass.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/pass.nix b/home/pass.nix
index 54b3ff6..cc05869 100644
--- a/home/pass.nix
+++ b/home/pass.nix
@@ -2,12 +2,14 @@
with lib; {
config.programs.password-store = mkIf (!config.home.isolation.active) {
enable = true;
- package = pkgs.pass.withExtensions (exts: with exts; [
+ package = pkgs.pass.withExtensions (exts: (with exts; [
pass-audit
pass-genphrase
pass-otp
pass-tomb
pass-update
+ ]) ++ [
+ pkgs.local.pass-bcr
]);
settings = {