School/helix: add omnisharp to helix

This commit is contained in:
Toast 2024-04-17 11:58:03 +02:00
parent 544d1f6a22
commit 1ac5d06ab2

View file

@ -3,6 +3,7 @@
programs.helix = { programs.helix = {
extraPackages = with pkgs; [ extraPackages = with pkgs; [
nodePackages.typescript-language-server nodePackages.typescript-language-server
omnisharp-roslyn
]; ];
}; };
}; };