fix(nvim): Pin rest.nvim to v1.0.0
Use pinentry-curses for macos
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
base_url = "https://pass.uttarayan.me";
|
||||
pinentry =
|
||||
if device.isMac
|
||||
then pkgs.pinentry_mac
|
||||
then pkgs.pinentry-curses
|
||||
else pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user