fixed vscode-server for buildbox
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
url = "github:NixOS/nixos-hardware/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
vscode-server = {
|
||||
url = "github:nix-community/nixos-vscode-server";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -60,7 +56,6 @@
|
||||
modules = [
|
||||
./hosts/buildbox/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
vscode-server.nixosModules.default({ config, pkgs, ... }: {services.vscode-server.enable = true;})
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -97,6 +97,11 @@
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# VSCode-Server
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
programs.zsh.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user