From aa57d43bcda1b2efad46aa9c71f2599c91b0a5d6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:19:31 +0000 Subject: [PATCH] try to fix neovim and add curses pinentry --- config/nvim/lua/core/plugins.lua | 11 +++++++++++ hosts/sakowsl/configuration.nix | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config/nvim/lua/core/plugins.lua b/config/nvim/lua/core/plugins.lua index a340aa07..f27d93a6 100644 --- a/config/nvim/lua/core/plugins.lua +++ b/config/nvim/lua/core/plugins.lua @@ -78,6 +78,12 @@ local plugins = { config = { -- todo https://github.com/nvimdev/dashboard-nvim header = { + '', + '', + '', + '', + '', + '', ' █████████ █████████ █████ ████ ███████ ', ' ███░░░░░███ ███░░░░░███ ░░███ ███░ ███░░░░░███ ', '░███ ░░░ ░███ ░███ ░███ ███ ███ ░░███', @@ -86,6 +92,11 @@ local plugins = { ' ███ ░███ ░███ ░███ ░███ ░░███ ░░███ ███', '░░█████████ █████ █████ █████ ░░████ ░░░███████░', '░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ', + '', + '', + '', + '', + '', }, --your header center = { { diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index ab9ca1ec..7d73cd5b 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -69,7 +69,7 @@ # litearlly! ! ! ! ! ! programs.gnupg.agent = { enable = true; - pinentryFlavor = "tty"; + pinentryFlavor = "curses"; # enableSSHSupport = true; };