129 lines
4.2 KiB
Nix
129 lines
4.2 KiB
Nix
{ config, pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
(vscode-with-extensions.override {
|
|
vscodeExtensions = with vscode-extensions; [
|
|
bbenoist.Nix
|
|
ms-python.python
|
|
(
|
|
vscode-utils.buildVscodeExtension {
|
|
vscodeExtUniqueId = "vadimcn.vscode-lldb";
|
|
name = "vadimcn.vscode-lldb-1.6.7";
|
|
src = fetchurl {
|
|
name = "vadimcn.vscode-lldb.zip";
|
|
url = "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.7/codelldb-${pkgs.system}.vsix";
|
|
sha256 = "sha256-ypVHn59slWOu+wQ+O7rNfMZBtZFUEt9IDvlDiyJNcf8=";
|
|
};
|
|
buildInputs = with pkgs; [ llvm lldb python37 autoPatchelfHook ];
|
|
}
|
|
)
|
|
]
|
|
|
|
++
|
|
|
|
vscode-utils.extensionsFromVscodeMarketplace [
|
|
{
|
|
publisher = "matklad";
|
|
name = "rust-analyzer";
|
|
version = "0.2.599";
|
|
sha256 = "9nxnPZ68kFh1oKCxvzDaGg3rP0ezksiKhroSL5Co3fs=";
|
|
}
|
|
{
|
|
publisher = "sjhuangx";
|
|
name = "vscode-scheme";
|
|
version = "0.4.0";
|
|
sha256 = "07vjfymvfv98s5r5a4b5iqhgfz1wpgq2l8h3wlq1bnhhhvmq5pq4";
|
|
}
|
|
{
|
|
publisher = "shaunlebron";
|
|
name = "vscode-parinfer";
|
|
version = "0.6.2";
|
|
sha256 = "0h4v4rnximy6rbh83y4s2qj1cqbj66g9wld39mzd0zwgi6ig9syd";
|
|
}
|
|
{
|
|
publisher = "vscodevim";
|
|
name = "vim";
|
|
version = "1.18.5";
|
|
sha256 = "0cbmmhkbr4f1afk443sgdihp2q5zkzchbr2yhp7bm5qnv7xdv5l4";
|
|
}
|
|
{
|
|
publisher = "swyphcosmo";
|
|
name = "spellchecker";
|
|
version = "1.2.13";
|
|
sha256 = "1lr33lf01afgi74c1a9gylk92li4hyq24l8bki4l6ggl4z4c2h3w";
|
|
}
|
|
{
|
|
publisher = "asabil";
|
|
name = "meson";
|
|
version = "1.1.1";
|
|
sha256 = "00cc28a2nb325f54bx51wf5q15x1pmsn0j9z6rnxxqxwii1dm5cl";
|
|
}
|
|
{
|
|
publisher = "bungcip";
|
|
name = "better-toml";
|
|
version = "0.3.2";
|
|
sha256 = "08lhzhrn6p0xwi0hcyp6lj9bvpfj87vr99klzsiy8ji7621dzql3";
|
|
}
|
|
{
|
|
publisher = "codezombiech";
|
|
name = "gitignore";
|
|
version = "0.6.0";
|
|
sha256 = "0gnc0691pwkd9s8ldqabmpfvj0236rw7bxvkf0bvmww32kv1ia0b";
|
|
}
|
|
{
|
|
publisher = "DavidAnson";
|
|
name = "vscode-markdownlint";
|
|
version = "0.26.0";
|
|
sha256 = "0g4pssvajn7d8p2547v7313gjyqx4pzs7cbjws2s3v2fk1sw7vbj";
|
|
}
|
|
{
|
|
publisher = "esbenp";
|
|
name = "prettier-vscode";
|
|
version = "1.8.1";
|
|
sha256 = "0qcm2784n9qc4p77my1kwqrswpji7bp895ay17yzs5g84cj010ln";
|
|
}
|
|
{
|
|
publisher = "hbenl";
|
|
name = "vscode-test-explorer";
|
|
version = "2.9.3";
|
|
sha256 = "1yf85hgvganxq5n5jff9ckn3smxd6xi79cgn6k53qi5w1r5rahy0";
|
|
}
|
|
{
|
|
publisher = "lextudio";
|
|
name = "restructuredtext";
|
|
version = "106.0.0";
|
|
sha256 = "096r8071202nxi1is6z7dghcmpsh0f0mm3mp3cfh1yj2mnyzlaxa";
|
|
}
|
|
{
|
|
publisher = "lostintangent";
|
|
name = "vsls-pomodoro";
|
|
version = "0.1.0";
|
|
sha256 = "1b73zbkhlhacvi18cx4g3n6randy3hw9cab1gkw5gzb3375w7w3p";
|
|
}
|
|
{
|
|
publisher = "lostintangent";
|
|
name = "vsls-whiteboard";
|
|
version = "0.0.8";
|
|
sha256 = "13fcay9bs861msb5y694casbw66dmhl504xm5cvprssx1qka186p";
|
|
}
|
|
{
|
|
publisher = "mechatroner";
|
|
name = "rainbow-csv";
|
|
version = "1.0.0";
|
|
sha256 = "1fyamgm7zq31r3c00cn6pcb66rrkfhwfmp72qnhrajydmnvcnbg6";
|
|
}
|
|
{
|
|
publisher = "ronnidc";
|
|
name = "nunjucks";
|
|
version = "0.2.3";
|
|
sha256 = "119xgyn1dggw2rcqkn2mnz364iw5jlrxg7pcydbijsqj5d3zdfsf";
|
|
}
|
|
{
|
|
publisher = "serayuzgur";
|
|
name = "crates";
|
|
version = "0.4.2";
|
|
sha256 = "1knspsc98cfw4mhc0yaz0f2185sxdf9kn9qsysfs6c82g9wjaqcj";
|
|
}
|
|
];})
|
|
];
|
|
}
|