diff --git a/demilich/home.nix b/demilich/home.nix index 9a0b34a..7cec887 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -245,6 +245,10 @@ withNodeJs = true; withPerl = true; withPython3 = true; + extraPackages = with pkgs; [ + gopls + tree-sitter + ]; }; # noctalia = { # enable = true; @@ -774,4 +778,4 @@ # }; # }; # }; -} +} \ No newline at end of file