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 = {
|
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 = {
|
||||||
{
|
{
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
# litearlly! ! ! ! ! !
|
# litearlly! ! ! ! ! !
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "tty";
|
pinentryFlavor = "curses";
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue