try to fix neovim and add curses pinentry

This commit is contained in:
Sakooooo 2023-08-18 13:19:31 +00:00
parent 759df723df
commit aa57d43bcd
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 12 additions and 1 deletions

View file

@ -78,6 +78,12 @@ local plugins = {
config = { config = {
-- todo https://github.com/nvimdev/dashboard-nvim -- todo https://github.com/nvimdev/dashboard-nvim
header = { header = {
'',
'',
'',
'',
'',
'',
' █████████ █████████ █████ ████ ███████ ', ' █████████ █████████ █████ ████ ███████ ',
' ███░░░░░███ ███░░░░░███ ░░███ ███░ ███░░░░░███ ', ' ███░░░░░███ ███░░░░░███ ░░███ ███░ ███░░░░░███ ',
'░███ ░░░ ░███ ░███ ░███ ███ ███ ░░███', '░███ ░░░ ░███ ░███ ░███ ███ ███ ░░███',
@ -86,6 +92,11 @@ local plugins = {
' ███ ░███ ░███ ░███ ░███ ░░███ ░░███ ███', ' ███ ░███ ░███ ░███ ░███ ░░███ ░░███ ███',
'░░█████████ █████ █████ █████ ░░████ ░░░███████░', '░░█████████ █████ █████ █████ ░░████ ░░░███████░',
'░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ', '░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ',
'',
'',
'',
'',
'',
}, --your header }, --your header
center = { center = {
{ {

View file

@ -69,7 +69,7 @@
# litearlly! ! ! ! ! ! # litearlly! ! ! ! ! !
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryFlavor = "tty"; pinentryFlavor = "curses";
# enableSSHSupport = true; # enableSSHSupport = true;
}; };