From 267185f17646716915076fce27bebebd0097d964 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 8 Jan 2025 15:23:46 +0100 Subject: [PATCH] Make `pinentry` use `rofi-wayland` instead of classic `rofi` --- hmModules/gpg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmModules/gpg/default.nix b/hmModules/gpg/default.nix index d3aa919..a894c90 100644 --- a/hmModules/gpg/default.nix +++ b/hmModules/gpg/default.nix @@ -9,7 +9,7 @@ name = "pinentry-rofi-with-env"; runtimeInputs = with pkgs; [ coreutils - rofi + rofi-wayland ]; text = '' "${pkgs.pinentry-rofi}/bin/pinentry-rofi" "$@"