Files
rice-flakes/modules/home/zsh/zsh.nix
2025-05-01 18:27:56 -05:00

9 lines
148 B
Nix

{
programs.zsh = {
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};
}