Switch pinentry to the gtk2 version

This commit is contained in:
Filippo Berto 2023-09-01 09:29:31 +02:00
parent b3b5c34a67
commit 6e92253ef5
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -2,7 +2,6 @@
home.packages =
[ pkgs.bitwarden ] ++
lib.optionals config.programs.rofi.enable (builtins.attrValues {
inherit (pkgs.unstable_pkgs) rbw rofi-rbw;
inherit (pkgs.pinentry) gnome3;
inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
});
}