From 64a5b6fedde38bc75355c3dbdc3c5646c2d3cede Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 20 Mar 2026 12:24:48 +0800 Subject: [PATCH] fix: comment out pass-import --- home/base/tui/password-store/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/tui/password-store/default.nix b/home/base/tui/password-store/default.nix index b0a6f77a..905b5c4e 100644 --- a/home/base/tui/password-store/default.nix +++ b/home/base/tui/password-store/default.nix @@ -15,7 +15,7 @@ in # NOTE: Saving the password and OTP together runs counter to the purpose of secondary verification! # exts.pass-otp - exts.pass-import # a generic importer tool from other password managers + # exts.pass-import # a generic importer tool from other password managers exts.pass-update # an easy flow for updating passwords ]); # See the “Environment variables” section of pass(1) and the extension man pages for more information about the available keys.