Update NixOS configuration

This commit is contained in:
2026-05-12 18:04:00 +02:00
parent f180cd6230
commit 8b6bd110c1
4 changed files with 36 additions and 17 deletions
@@ -18,6 +18,7 @@ in {
packages = with pkgs; [
astro-language-server
biome
kotlin-language-server
marksman
nil
tailwindcss-language-server
@@ -59,6 +60,10 @@ in {
command = [lspBins.nil];
extensions = ["nix"];
};
kotlin = {
command = ["kotlin-language-server"];
extensions = ["kt" "kts"];
};
marksman = {
command = [lspBins.marksman];
extensions = ["md"];