some changes

This commit is contained in:
Alexander Szczepanski
2022-08-11 19:18:41 +02:00
parent e5afe66c08
commit 6d9f59e21b
8 changed files with 241 additions and 101 deletions

View File

@ -25,7 +25,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"
];
home = {
stateVersion = "22.05";
packages = with unstable.pkgs; [
exa
broot
@ -212,9 +217,10 @@ in
# };
};
services.vscode-server.enable = true;
# manuals not needed
manual.html.enable = false;
manual.json.enable = false;
manual.manpages.enable = false;
};
}