1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke dfe31839c8
Set a default Nix file. 2024-01-19 14:54:30 +01:00
Bauke 3a90065ca8
Remove rustup temporarily. 2024-01-19 14:54:05 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,7 @@
resvg
ripgrep
rnix-lsp
rustup
# rustup
sqlite-interactive
sqlitebrowser
standardnotes

View File

@ -73,6 +73,8 @@
"liveServer.settings.wait": 1000,
// Nix (ID: jnoortheen.nix-ide)
"nix.enableLanguageServer": true,
// Nix Environment Selector (ID: arrterian.nix-env-selector)
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix",
// vscode-pdf (ID: tomoki1207.pdf)
"pdf-preview.default.scale": "page-fit",
// Rust Analyzer (ID: rust-lang.rust-analyzer)