sys-config/modules/home/shells/zsh.nix
2025-08-09 20:46:43 +02:00

7 lines
94 B
Nix

{ ... }:
{
programs.zsh = {
enable = true;
syntaxHighlighting.enable = true;
};
}