lsps and stuff

This commit is contained in:
2026-04-15 11:18:22 +02:00
parent ddfdcb0f1f
commit 6ee0af88cd
13 changed files with 105 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
google-java-format
jdt-language-server
kotlin-language-server
ktlint
];
}