167.233.1.14: configure for vscode remote-ssh target

This commit is contained in:
steveej 2020-11-25 23:27:29 +01:00
parent 619046f05a
commit 7c69793d45
4 changed files with 26 additions and 18 deletions

View file

@ -168,21 +168,21 @@ in {
# unstablepkgs.atom
xclip
xsel
unstablepkgs.vscode
# (vscode-with-extensions.override {
# # When the extension is already available in the default extensions set.
# vscodeExtensions = with vscode-extensions; [
# ]
# # Concise version from the vscode market place when not available in the default set.
# ++ vscode-utils.extensionsFromVscodeMarketplace [
# {
# name = "vsliveshare";
# publisher = "MS-vsliveshare";
# version = "0.3.198";
# sha256 = "019ffyxca3qnqyz1fr7vh0plfdkc3ikr8v295z846lghvwlzjqdh";
# }
# ];
# })
(unstablepkgs.vscode-with-extensions.override {
vscodeExtensions =
(with unstablepkgs.vscode-extensions; [
bbenoist.Nix
ms-vscode-remote.remote-ssh
])
++ unstablepkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "remote-ssh-edit";
publisher = "ms-vscode-remote";
version = "0.56.0";
sha256 = "1gy03ff2xqg7q3y4j47z2l94x5gbw0mjd5h4cl3n0q3iaswk1c1r";
}
];
})
# Image/Graphic/Design Tools
gnome3.eog