aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/core/zsh.nix
blob: ba73c0052ed0a96e040ae2f431a1c237649a31b4 (plain)
1
2
3
4
5
6
{
  programs.zsh = {
    enable = true;
    enableCompletion = true;
  };
}