summaryrefslogtreecommitdiff
path: root/home/pass.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-04-18 08:13:01 -0600
committerAlejandro Soto <alejandro@34project.org>2023-04-18 08:13:01 -0600
commite99f4ecb659d5a00c43965e506f50ec5d71b0c02 (patch)
treefd9bb0a7f3318d399569f08e9b1b4e50ca866726 /home/pass.nix
parentb1997d76a73c70e48d7c697371149139f54e2052 (diff)
home/pass: remove pass-import
Diffstat (limited to '')
-rw-r--r--home/pass.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/pass.nix b/home/pass.nix
index 7534238..598d5d2 100644
--- a/home/pass.nix
+++ b/home/pass.nix
@@ -5,7 +5,6 @@ with lib; {
package = pkgs.pass.withExtensions (exts: [
exts.pass-audit
exts.pass-genphrase
- exts.pass-import
exts.pass-tomb
exts.pass-update
]);