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"];
+1 -1
View File
@@ -94,7 +94,7 @@ in {
"zai"
"zenmux"
];
enabled_providers = [ "opencode" "google" "openrouter" ];
enabled_providers = [ "opencode" "google" "openrouter" "deepseek" "nvidia" "alibaba" "mistral" "cloudflare-workers-ai" ];
mcp = {
gh_grep = {
type = "remote";