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()''; } ];