configuration.nix/hosts/wynne/programs/zsh.nix

11 lines
190 B
Nix
Raw Permalink Normal View History

2024-07-03 17:03:51 +05:30
_: {
programs = {
zsh = {
enable = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
};
};
environment.pathsToLink = [ "/share/zsh" ];
}