sys-config/homeManagerModules/zsh.nix

7 lines
109 B
Nix

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