13 lines
150 B
Nix
13 lines
150 B
Nix
{ ... }:
|
|
|
|
{
|
|
config = {
|
|
|
|
programs.zsh = {
|
|
enable = true;
|
|
enableCompletion = true;
|
|
enableGlobalCompInit = false;
|
|
};
|
|
|
|
};
|
|
}
|