configuration.nix/hosts/rico2/programs/zsh.nix

11 lines
190 B
Nix
Raw Normal View History

2024-06-29 17:52:32 +05:30
_: {
programs = {
zsh = {
enable = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
};
};
environment.pathsToLink = [ "/share/zsh" ];
}