Compare commits

2 Commits

Author SHA1 Message Date
da81594cdd Working VSCODE 2025-06-02 18:44:10 +02:00
a9d56b5eba Visual-Studio-Code - found noncompiling culprit in ms-vscode.cpptools 2025-05-28 13:50:14 +02:00
3 changed files with 46 additions and 1 deletions

View File

@ -37,7 +37,9 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
};
}; };
outputs = outputs =
{ {
@ -52,6 +54,7 @@
disko, disko,
nixd, nixd,
sops-nix, sops-nix,
nix-vscode-extensions,
}@inputs: }@inputs:
let let

View File

@ -7,6 +7,7 @@ _:
"oracle-jdk" "oracle-jdk"
"arduino-ide" "arduino-ide"
"visual-studio-code" "visual-studio-code"
# Creatative tools # Creatative tools
"spotify" "spotify"
"blender" "blender"

View File

@ -82,6 +82,47 @@ with pkgs;
# Rust Related # Rust Related
rustc rustc
cargo cargo
platformio-core
# (vscode-with-extensions.override {
# vscodeExtensions =
# with vscode-extensions;
# [
# #bbenoist.nix
# jnoortheen.nix-ide
# ms-python.python
# ms-azuretools.vscode-docker
# # ms-vscode-remote.remote-ssh
# eamodio.gitlens
# james-yu.latex-workshop
# ]
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
# # {
# # name = "remote-ssh-edit";
# # publisher = "ms-vscode-remote";
# # version = "0.47.2";
# # sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
# # }
# {
# name = "cpptools";
# publisher = "ms-vscode";
# version = "1.26.1";
# sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
# }
# {
# name = "minifyall";
# publisher = "josee9988";
# version = "2.10.0";
# sha256 = "sha256-cH5x8fUN0n+hO1b3lNzau2MnyeYmsD0ZXAYGxCQjT0Y=";
# }
# {
# name = "platformio-ide";
# publisher = "platformio";
# version = "3.3.4";
# sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
# }
# ];
# })
# Tex and LaTex # Tex and LaTex
pandoc pandoc