personal-gui: Use rofi-wayland for pinentry

This commit is contained in:
Quentin Boyer 2025-08-16 14:56:52 +02:00
parent 6f793954c4
commit 664a660feb

View file

@ -22,5 +22,5 @@
};
};
services.gpg-agent.pinentry.package = pkgs.pinentry-rofi;
services.gpg-agent.pinentry.package = pkgs.pinentry-rofi.override {rofi = pkgs.rofi-wayland;};
}