mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
vscode in wsl
This commit is contained in:
parent
bdcc88faa7
commit
00e46ff829
4 changed files with 57 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# A server for (remote) development purposes.
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, inputs, ... }: {
|
||||
imports = [
|
||||
inputs.nixos-vscode-server.nixosModules.system
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs-14_x # Need this for https://nixos.wiki/wiki/Vscode server
|
||||
wget
|
||||
];
|
||||
services.auto-fix-vscode-server.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue