Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
697a62bc89 |
@ -40,6 +40,7 @@
|
|||||||
nix-vscode-extensions = {
|
nix-vscode-extensions = {
|
||||||
url = "github:nix-community/nix-vscode-extensions";
|
url = "github:nix-community/nix-vscode-extensions";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@ _:
|
|||||||
"iterm2"
|
"iterm2"
|
||||||
"oracle-jdk"
|
"oracle-jdk"
|
||||||
"arduino-ide"
|
"arduino-ide"
|
||||||
"visual-studio-code"
|
# "visual-studio-code"
|
||||||
|
|
||||||
# Creatative tools
|
# Creatative tools
|
||||||
"spotify"
|
"spotify"
|
||||||
|
@ -111,7 +111,7 @@ in
|
|||||||
path = "/Applications/Jellyfin Media Player.app/";
|
path = "/Applications/Jellyfin Media Player.app/";
|
||||||
options = "-l Jellyfin";
|
options = "-l Jellyfin";
|
||||||
}
|
}
|
||||||
{ path = "/Applications/Visual Studio Code.app/"; }
|
{ path = "/run/current-system/Applications/Visual Studio Code.app/"; }
|
||||||
{ path = "/Applications/Home Assistant.app/"; }
|
{ path = "/Applications/Home Assistant.app/"; }
|
||||||
{ path = "/Applications/reMarkable.app/"; }
|
{ path = "/Applications/reMarkable.app/"; }
|
||||||
{ path = "/Applications/LibreOffice.app/"; }
|
{ path = "/Applications/LibreOffice.app/"; }
|
||||||
|
@ -84,45 +84,47 @@ with pkgs;
|
|||||||
cargo
|
cargo
|
||||||
platformio-core
|
platformio-core
|
||||||
|
|
||||||
# (vscode-with-extensions.override {
|
(vscode-with-extensions.override {
|
||||||
# vscodeExtensions =
|
vscodeExtensions =
|
||||||
# with vscode-extensions;
|
with vscode-extensions;
|
||||||
# [
|
[
|
||||||
# #bbenoist.nix
|
#bbenoist.nix
|
||||||
# jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
# ms-python.python
|
ms-python.python
|
||||||
# ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
# # ms-vscode-remote.remote-ssh
|
# ms-vscode-remote.remote-ssh
|
||||||
# eamodio.gitlens
|
eamodio.gitlens
|
||||||
# james-yu.latex-workshop
|
james-yu.latex-workshop
|
||||||
# ]
|
ms-vscode.cmake-tools
|
||||||
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
shd101wyy.markdown-preview-enhanced
|
||||||
# # {
|
]
|
||||||
# # name = "remote-ssh-edit";
|
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
# # publisher = "ms-vscode-remote";
|
|
||||||
# # version = "0.47.2";
|
|
||||||
# # sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
|
||||||
# # }
|
|
||||||
# {
|
# {
|
||||||
# name = "cpptools";
|
# name = "remote-ssh-edit";
|
||||||
# publisher = "ms-vscode";
|
# publisher = "ms-vscode-remote";
|
||||||
# version = "1.26.1";
|
# version = "0.47.2";
|
||||||
# sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
|
# sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
||||||
# }
|
# }
|
||||||
# {
|
{
|
||||||
# name = "minifyall";
|
name = "cpptools";
|
||||||
# publisher = "josee9988";
|
publisher = "ms-vscode";
|
||||||
# version = "2.10.0";
|
version = "1.26.1";
|
||||||
# sha256 = "sha256-cH5x8fUN0n+hO1b3lNzau2MnyeYmsD0ZXAYGxCQjT0Y=";
|
sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
|
||||||
# }
|
}
|
||||||
# {
|
{
|
||||||
# name = "platformio-ide";
|
name = "minifyall";
|
||||||
# publisher = "platformio";
|
publisher = "josee9988";
|
||||||
# version = "3.3.4";
|
version = "2.10.0";
|
||||||
# sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
|
sha256 = "sha256-cH5x8fUN0n+hO1b3lNzau2MnyeYmsD0ZXAYGxCQjT0Y=";
|
||||||
# }
|
}
|
||||||
# ];
|
{
|
||||||
# })
|
name = "platformio-ide";
|
||||||
|
publisher = "platformio";
|
||||||
|
version = "3.3.4";
|
||||||
|
sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
})
|
||||||
|
|
||||||
# Tex and LaTex
|
# Tex and LaTex
|
||||||
pandoc
|
pandoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user