{...}: {
imports = [
./neovim.nix
];
programs = {
zsh.enable = true;
};
environment.pathsToLink = ["/share/zsh"];
}