diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-04-18 08:13:01 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-04-18 08:13:01 -0600 |
| commit | e99f4ecb659d5a00c43965e506f50ec5d71b0c02 (patch) | |
| tree | fd9bb0a7f3318d399569f08e9b1b4e50ca866726 | |
| parent | b1997d76a73c70e48d7c697371149139f54e2052 (diff) | |
home/pass: remove pass-import
| -rw-r--r-- | home/pass.nix | 1 |
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 ]); |
