chore: Disable a bunch of unused apps
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2026-01-03 03:28:12 +05:30
parent ac69625809
commit 97dd599e03
6 changed files with 19 additions and 16 deletions

View File

@@ -543,6 +543,7 @@ in {
sqls.enable = true;
pyright.enable = true;
slint_lsp.enable = true;
wgsl_analyzer.enable = true;
# sourcekit.enable = true;
openscad_lsp.enable = true;
tinymist.enable = true;
@@ -851,6 +852,5 @@ in {
pkgs.lua
pkgs.ripgrep
pkgs.nodejs-slim
pkgs.qwen-code
];
}