nixos/roles/zsh.nix
2021-10-13 13:29:07 +01:00

9 lines
100 B
Nix

{ ... }:
{
programs.zsh = {
enableBashCompletion = true;
enableCompletion = true;
};
}