diff --git a/modules/user/helix/default.nix b/modules/user/helix/default.nix index e0a93b6..003076e 100644 --- a/modules/user/helix/default.nix +++ b/modules/user/helix/default.nix @@ -22,6 +22,7 @@ shellcheck, shfmt, stdenv, + solargraph, tinymist, typescript-language-server, ... @@ -283,6 +284,9 @@ # Shell shellcheck + + # ruby + solargraph ]; buildInputs = [makeWrapper]; postBuild = ''