sys-config/homeManagerModules/zsh.nix

8 lines
109 B
Nix

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