Make pinentry use rofi-wayland instead of classic rofi

This commit is contained in:
Andrea Ciceri 2025-01-08 15:23:46 +01:00
parent 55fa0214cb
commit 267185f176
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -9,7 +9,7 @@
name = "pinentry-rofi-with-env";
runtimeInputs = with pkgs; [
coreutils
rofi
rofi-wayland
];
text = ''
"${pkgs.pinentry-rofi}/bin/pinentry-rofi" "$@"