Make pinentry
use rofi-wayland
instead of classic rofi
This commit is contained in:
parent
55fa0214cb
commit
267185f176
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
name = "pinentry-rofi-with-env";
|
name = "pinentry-rofi-with-env";
|
||||||
runtimeInputs = with pkgs; [
|
runtimeInputs = with pkgs; [
|
||||||
coreutils
|
coreutils
|
||||||
rofi
|
rofi-wayland
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
"${pkgs.pinentry-rofi}/bin/pinentry-rofi" "$@"
|
"${pkgs.pinentry-rofi}/bin/pinentry-rofi" "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue