graphicall-fullblown: specify all manually installed extensions

This commit is contained in:
steveej 2020-11-26 00:24:41 +01:00
parent e9aacda0a6
commit 1ba9aafe9c
2 changed files with 549 additions and 15 deletions

View file

@ -27,6 +27,7 @@ in {
../programs/pass.nix
zshCurried
../programs/podman.nix
../programs/vscode.nix
];
nixpkgs.config = {
@ -168,21 +169,6 @@ in {
# unstablepkgs.atom
xclip
xsel
(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