diff --git a/configs/common.nix b/configs/common.nix index 011c10e..211b7f7 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -6,6 +6,8 @@ (fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master") ]; + environment.shells = with pkgs; [ bashInteractive zsh ]; + services = { vscode-server.enable = true; openssh = {