fixed vscode-server for buildbox

This commit is contained in:
2025-08-20 16:41:10 -07:00
parent 43b5892c02
commit 53513f0dd0
2 changed files with 5 additions and 5 deletions

View File

@@ -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;})
];
};

View File

@@ -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;