diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/pass.nix | 4 |
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 = { |
