Updated flake; small fixes to account for update; added unity for laptop
This commit is contained in:
parent
fc8178ed80
commit
cc65757a1f
11 changed files with 111 additions and 78 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue