Add support for vscode development server

This commit is contained in:
Michael Thomas 2022-01-17 03:27:09 +00:00
parent 6f365c4dab
commit 0c955ab2cc

View File

@ -0,0 +1,7 @@
{
imports = [
(fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master")
];
services.vscode-server.enable = true;
}