configuration.nix/hosts/rico1/programs/zsh.nix
2024-06-25 00:40:19 +05:30

10 lines
190 B
Nix

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