update helix; vscode; swap discord for vesktop

This commit is contained in:
2025-02-07 13:03:04 +00:00
parent 27e4661529
commit b31503e82b
4 changed files with 25 additions and 52 deletions

View File

@@ -14,6 +14,8 @@ in
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".vscodium;
mutableExtensionsDir = false;
enableUpdateCheck = false;
enableExtensionUpdateCheck = false;
extensions = with openvsx-extensions;[
biomejs.biome
mkhl.direnv
@@ -67,6 +69,7 @@ in
"[jsonc]" = {
"editor.defaultFormatter" = "biomejs.biome";
};
"biome.lsp.bin" = "${biome}/bin/biome";
"typescript.preferences.preferTypeOnlyAutoImports" = true;
@@ -78,8 +81,6 @@ in
};
};
"biome.lsp.bin" = "${biome}/bin/biome";
"bashIde.shellcheckPath" = "${shellcheck}/bin/shellcheck";
"shellformat.path" = "${shfmt}/bin/shfmt";