From 28396ba572f4eb517a835d40f4bbb73f976c7ba2 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 14:05:52 -0400 Subject: [PATCH] 184 current 2024-03-13 14:05:44 24.05.20240309.3030f18 6.7.9-zen1 * --- hosts/earth/configuration.nix | 2 +- modules/home-manager/vim.nix | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index fdbe5e7..7e3203c 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -40,7 +40,7 @@ services.openssh = { enable = true; - passwordAuthentication = true; + PasswordAuthentication = true; }; environment.systemPackages = with pkgs; [ diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 30abc7b..6a2e3c9 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -108,6 +108,11 @@ plugins.gitsigns.enable = true; plugins.crates-nvim.enable = true; + plugins.dap = { + enable = true; + extensions.dap-ui.enable = true; + }; + # colorschemes.dracula.enable = true; # colorschemes.catppuccin.enable = true; # colorschemes.kanagawa.enable = true; @@ -427,7 +432,6 @@ } { plugin = nui-nvim; - config = ''lua require('nui').setup()''; } ];