From b7d5dff2e4e1e5dac4fb7e99dba6dcd873a44d52 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 10 Apr 2024 17:05:16 -0500 Subject: [PATCH] fix issue where rbw couldn't collect password from pinentry when executing rbw, pinentry complains about a lack of terminal size. if you remove the terminal, it can't be too small, right? --- home/rbw/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/rbw/default.nix b/home/rbw/default.nix index 6bdb45b..060dcc2 100644 --- a/home/rbw/default.nix +++ b/home/rbw/default.nix @@ -6,7 +6,7 @@ settings = { base_url = "https://bitwarden.beepboop.systems"; email = "bit@beepboop.systems"; - pinentry = "curses"; +# pinentry = "gtk"; }; }; }