try to fix neovim and add curses pinentry
This commit is contained in:
parent
759df723df
commit
aa57d43bcd
2 changed files with 12 additions and 1 deletions
|
@ -78,6 +78,12 @@ local plugins = {
|
|||
config = {
|
||||
-- todo https://github.com/nvimdev/dashboard-nvim
|
||||
header = {
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
' █████████ █████████ █████ ████ ███████ ',
|
||||
' ███░░░░░███ ███░░░░░███ ░░███ ███░ ███░░░░░███ ',
|
||||
'░███ ░░░ ░███ ░███ ░███ ███ ███ ░░███',
|
||||
|
@ -86,6 +92,11 @@ local plugins = {
|
|||
' ███ ░███ ░███ ░███ ░███ ░░███ ░░███ ███',
|
||||
'░░█████████ █████ █████ █████ ░░████ ░░░███████░',
|
||||
'░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
}, --your header
|
||||
center = {
|
||||
{
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
# litearlly! ! ! ! ! !
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "tty";
|
||||
pinentryFlavor = "curses";
|
||||
# enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue