nix-dotfiles/hosts/tsuki/services/vscode-server.nix

9 lines
155 B
Nix

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