feat(nvim): Move image.nvim's configuration based on neovide or nvim
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
background = "#000000";
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
hide_window_decorations = "yes";
|
||||
# font_family = "Hasklug Nerd Font Mono";
|
||||
# font_size = 13.0;
|
||||
};
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
theme = "Catppuccin-Mocha";
|
||||
|
||||
Reference in New Issue
Block a user