nixos/roles/zsh.nix

9 lines
100 B
Nix
Raw Permalink Normal View History

2021-10-13 13:29:07 +01:00
{ ... }:
{
programs.zsh = {
enableBashCompletion = true;
enableCompletion = true;
};
}