update helix; vscode; swap discord for vesktop
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user