From 0a583090db090b02dee580e9de88dc03eaf954d7 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 29 May 2024 19:35:01 -0700 Subject: [PATCH] packages and no coc --- home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home.nix b/home.nix index 90c8018..8c4435b 100644 --- a/home.nix +++ b/home.nix @@ -74,6 +74,7 @@ inherit package; enable = true; + coc.enable = false; extraLuaConfig = '' -- bootstrap lazy.nvim, LazyVim and your plugins require("config.lazy") @@ -85,6 +86,11 @@ plugins = [ treesitterWithGrammars ]; + extraPackages = with pkgs; [ + nil + rustup + lua-language-server + ]; withNodeJs = true; withPython3 = true; withRuby = true;