vscode: switch to home-manger module

This commit is contained in:
steveej 2020-12-05 02:10:57 +01:00
parent 7dea39c0b4
commit 7c387dbed6
3 changed files with 18 additions and 9 deletions

View file

@ -13,6 +13,10 @@
extraPackages = [
# required by vscode's remote-ssh plugin
pkgs.nodejs
# allow clipboard exchanges
pkgs.xsel
pkgs.xclip
];
};