mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
small changes
This commit is contained in:
parent
235658641a
commit
dae35d3296
2 changed files with 3 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, inputs, ... }: {
|
||||
{ pkgs, lib, ... }: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode;
|
||||
|
|
@ -58,8 +58,7 @@
|
|||
ms-vscode.cmake-tools
|
||||
ms-vscode.cpptools
|
||||
ms-vscode.hexeditor
|
||||
# https://github.com/NixOS/nixpkgs/issues/273835
|
||||
(import inputs.nixpkgs-stable { system = "x86_64-linux"; }).vscode-extensions.nvarner.typst-lsp
|
||||
nvarner.typst-lsp
|
||||
redhat.vscode-yaml
|
||||
rust-lang.rust-analyzer
|
||||
tamasfe.even-better-toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue