configuration.nix/hosts/rico1/programs/zsh.nix

11 lines
188 B
Nix
Raw Normal View History

2023-08-15 13:06:06 +05:30
_: {
programs = {
zsh = {
enable = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
};
};
environment.pathsToLink = ["/share/zsh"];
}