nixos-vm-2023-06-13-15-37-46

This commit is contained in:
Alexander Szczepanski
2023-06-13 15:37:46 +02:00
parent 98677def9f
commit d6706a6522
9 changed files with 252 additions and 277 deletions

View File

@ -39,12 +39,12 @@ in
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.alex = { pkgs, ... }: {
imports = [
"${
fetchTarball
"https://github.com/msteen/nixos-vscode-server/tarball/master"
}/modules/vscode-server/home.nix"
];
# imports = [
# "${
# fetchTarball
# "https://github.com/msteen/nixos-vscode-server/tarball/master"
# }/modules/vscode-server/home.nix"
# ];
home = {
stateVersion = "23.05";
@ -189,6 +189,6 @@ in
# };
};
services.vscode-server.enable = true;
# services.vscode-server.enable = true;
};
}