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; };