configuration.nix/hosts/rico2/programs/zsh.nix
2023-07-11 22:41:18 +05:30

10 lines
188 B
Nix

_: {
programs = {
zsh = {
enable = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
};
};
environment.pathsToLink = ["/share/zsh"];
}