feat(nvim): Move image.nvim's configuration based on neovide or nvim

This commit is contained in:
Uttarayan Mondal
2024-04-01 18:50:57 +05:30
parent 531ec40c7c
commit fcca258139
6 changed files with 85 additions and 59 deletions

View File

@@ -288,6 +288,7 @@ in {
base_url = "https://pass.uttarayan.me";
pinentry =
if device.isMac
# then pkgs.pinentry_mac
then pkgs.pinentry-curses
else pkgs.pinentry-gnome3;
};