more vscode extensions; update flake
This commit is contained in:
@@ -12,7 +12,7 @@ in
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
package = inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".vscodium;
|
||||
mutableExtensionsDir = false;
|
||||
extensions = with openvsx-extensions;[
|
||||
biomejs.biome
|
||||
@@ -29,6 +29,8 @@ in
|
||||
foxundermoon.shell-format
|
||||
dart-code.flutter
|
||||
ms-vscode.wasm-wasi-core
|
||||
rust-lang.rust-analyzer
|
||||
tamasfe.even-better-toml
|
||||
] ++ [ vscode-extensions.bradlc.vscode-tailwindcss ];
|
||||
userSettings = with pkgs;{
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
@@ -79,6 +81,8 @@ in
|
||||
|
||||
"bashIde.shellcheckPath" = "${shellcheck}/bin/shellcheck";
|
||||
"shellformat.path" = "${shfmt}/bin/shfmt";
|
||||
|
||||
"rust-analyzer.rustfmt.overrideCommand" = [ "${rustfmt}/bin/rustfmt" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user