configuration.nix/hosts/bifrost/programs/zsh.nix

10 lines
190 B
Nix

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