sys-config/homeManagerModules/shells/zsh.nix
2024-12-05 22:22:01 +01:00

8 lines
109 B
Nix

{ ... }:
{
#todo config
programs.zsh = {
enable = true;
syntaxHighlighting.enable = true;
};
}