update nvidia driver and other stuff

This commit is contained in:
Kopatz
2025-01-30 22:44:54 +01:00
parent 5bfe9cb367
commit 0bfddc473e
10 changed files with 36 additions and 14 deletions

View File

@@ -3,11 +3,11 @@
programs.vscode = {
enable = true;
package = pkgs.vscodium;
userSettings = { typst-lsp.exportPdf = "onType"; };
#userSettings = { typst-lsp.exportPdf = "onType"; };
extensions = with pkgs.vscode-extensions; [
jnoortheen.nix-ide
rust-lang.rust-analyzer
nvarner.typst-lsp
myriad-dreamin.tinymist
#tomoki1207.pdf latex-workshop is faster to preview pdf
james-yu.latex-workshop
];