Updated flake; small fixes to account for update; added unity for laptop

This commit is contained in:
Jurn Wubben 2025-09-15 20:16:31 +02:00
parent fc8178ed80
commit cc65757a1f
11 changed files with 111 additions and 78 deletions

View file

@ -53,13 +53,17 @@
ts = {
enable = true;
lsp.server = "ts_ls";
lsp.server = "denols";
extensions.ts-error-translator.enable = true;
};
clang = {
enable = true;
lsp.enable = true;
};
typst = {
enable = true;
format.type = "typstyle";
};
bash.enable = true;
css.enable = true;
@ -67,7 +71,6 @@
markdown.enable = true;
nix.enable = true;
svelte.enable = true;
typst.enable = true;
rust.enable = true;
python.enable = true;
};